mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-07-18 16:21:36 -05:00
unset variables for safety before compiling newlib
This commit is contained in:
parent
b009b0eeab
commit
843da037eb
|
|
@ -97,6 +97,10 @@ fi
|
|||
|
||||
cd $BUILDDIR
|
||||
|
||||
unset CFLAGS
|
||||
unset CFLAGS_FOR_HOST
|
||||
unset LDFLAGS
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# build and install newlib
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user