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 53dd579 commit 3b604baCopy full SHA for 3b604ba
scripts/build
@@ -148,10 +148,6 @@ if [[ ! -d $STEP_DIR ]]; then
148
$MAKE install-gcc install-target-libgcc || exit 34
149
) || err $?
150
151
- # Remove object files to allow generation of final version
152
- # [ToDo] Check if we can be able to generate them on different folders
153
-# rm -rf $STEP_DIR || exit 35
154
-
155
printf "${GRN}Successfully compiled GCC static${CLR}${NWL}"
156
fi
157
0 commit comments