coverity: try to disable coverity scan for newlib
This commit is contained in:
parent
4a2ba8e03f
commit
1bd4718a1b
|
@ -31,6 +31,8 @@ export NEWLIB_SRC=$NEWLIB/src/
|
||||||
export NEWLIB_BUILD=$NEWLIB/build/
|
export NEWLIB_BUILD=$NEWLIB/build/
|
||||||
export NEWLIB_PREFIX=$NEWLIB/output/
|
export NEWLIB_PREFIX=$NEWLIB/output/
|
||||||
|
|
||||||
|
export LD_PRELOAD=
|
||||||
|
|
||||||
echo -n Building newlib.
|
echo -n Building newlib.
|
||||||
(
|
(
|
||||||
# Inside parentheses, and therefore a subshell . . .
|
# Inside parentheses, and therefore a subshell . . .
|
||||||
|
|
Loading…
Reference in New Issue