Skip to content

Commit 3b604ba

Browse files
committed
Removed old comment
1 parent 53dd579 commit 3b604ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/build

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ if [[ ! -d $STEP_DIR ]]; then
148148
$MAKE install-gcc install-target-libgcc || exit 34
149149
) || err $?
150150

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-
155151
printf "${GRN}Successfully compiled GCC static${CLR}${NWL}"
156152
fi
157153

0 commit comments

Comments
 (0)