From 1bd4718a1b3a7be4ba426fbefae1e0b2a4fdbe6d Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Fri, 1 Sep 2017 00:50:43 +0200 Subject: [PATCH] coverity: try to disable coverity scan for newlib --- cross/pkgs/newlib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cross/pkgs/newlib.sh b/cross/pkgs/newlib.sh index f8762ec..e5fc709 100755 --- a/cross/pkgs/newlib.sh +++ b/cross/pkgs/newlib.sh @@ -31,6 +31,8 @@ export NEWLIB_SRC=$NEWLIB/src/ export NEWLIB_BUILD=$NEWLIB/build/ export NEWLIB_PREFIX=$NEWLIB/output/ +export LD_PRELOAD= + echo -n Building newlib. ( # Inside parentheses, and therefore a subshell . . .