We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb8680 commit 0962757Copy full SHA for 0962757
1 file changed
dka64/scripts/build-gcc.sh
@@ -86,6 +86,11 @@ fi
86
unset CFLAGS
87
cd $BUILDDIR
88
89
+OLD_CC=$CC
90
+OLDCXX=$CXX
91
+unset CC
92
+unset CXX
93
+
94
#---------------------------------------------------------------------------------
95
# build and install newlib
96
@@ -118,6 +123,9 @@ then
118
123
touch installed-newlib
119
124
fi
120
125
126
+export CC=$OLD_CC
127
+export CXX=$OLD_CXX
128
121
129
122
130
# build and install the final compiler
131
0 commit comments