diff --git a/build.sh b/build.sh index c4395b3..a173e0b 100755 --- a/build.sh +++ b/build.sh @@ -333,13 +333,11 @@ if [ ! -f "$STEPS_DIR/gcc-step2" ]; then # Repeat this make -j 32 all-gcc - - make -j 32 all-target-libgcc # if build fails add --disable-libsanitizer - - # Repeat this too make -j 32 install-gcc - +exit 0 + make -j 32 all-target-libgcc # if build fails add --disable-libsanitizer make -j 32 install-target-libgcc + cd "$BASE_DIR" #rm -rf "$LFS_BUILD/gcc/build" # Do not remove the whole gcc directory: we need it for libstdc++ touch "$STEPS_DIR/gcc-step2"