From e7501a793a413818c9d747f72e034c1853b1550c Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Sat, 7 Dec 2024 16:46:25 +0100 Subject: [PATCH] Rebuild gcc --- build.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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"