tweaks for osx cross compile

This commit is contained in:
Dave Murphy
2018-05-11 10:28:05 +01:00
parent ecf9b7ff35
commit fec333d757
2 changed files with 26 additions and 0 deletions

View File

@@ -84,6 +84,11 @@ fi
unset CFLAGS
cd $BUILDDIR
OLD_CC=$CC
OLDCXX=$CXX
unset CC
unset CXX
#---------------------------------------------------------------------------------
# build and install newlib
#---------------------------------------------------------------------------------
@@ -116,6 +121,9 @@ then
touch installed-newlib
fi
CC=$OLD_CC
CXX=$OLD_CXX
#---------------------------------------------------------------------------------
# build and install the final compiler
#---------------------------------------------------------------------------------