export CC & CXX for subshells

This commit is contained in:
Dave Murphy 2018-05-11 18:43:56 +01:00
parent 53f6f731ba
commit 65c611892d

View File

@ -122,8 +122,8 @@ then
touch installed-newlib
fi
CC=$OLD_CC
CXX=$OLD_CXX
export CC=$OLD_CC
export CXX=$OLD_CXX
#---------------------------------------------------------------------------------
# build and install the final compiler