Rebuild gcc

This commit is contained in:
Denis Benato 2024-12-07 16:46:25 +01:00
parent 01713d684c
commit e7501a793a

View file

@ -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"