unset variables for safety before compiling newlib

This commit is contained in:
Dave Murphy 2012-04-04 21:52:56 +01:00
parent b009b0eeab
commit 843da037eb

View File

@ -97,6 +97,10 @@ fi
cd $BUILDDIR
unset CFLAGS
unset CFLAGS_FOR_HOST
unset LDFLAGS
#---------------------------------------------------------------------------------
# build and install newlib
#---------------------------------------------------------------------------------