coverity: try to disable coverity scan for newlib

This commit is contained in:
Giacomo Tesio 2017-09-01 00:50:43 +02:00
parent 4a2ba8e03f
commit 1bd4718a1b
1 changed files with 2 additions and 0 deletions

View File

@ -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 . . .