Rebuild gcc
This commit is contained in:
parent
01713d684c
commit
e7501a793a
1 changed files with 3 additions and 5 deletions
8
build.sh
8
build.sh
|
|
@ -333,13 +333,11 @@ if [ ! -f "$STEPS_DIR/gcc-step2" ]; then
|
||||||
|
|
||||||
# Repeat this
|
# Repeat this
|
||||||
make -j 32 all-gcc
|
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
|
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
|
make -j 32 install-target-libgcc
|
||||||
|
|
||||||
cd "$BASE_DIR"
|
cd "$BASE_DIR"
|
||||||
#rm -rf "$LFS_BUILD/gcc/build" # Do not remove the whole gcc directory: we need it for libstdc++
|
#rm -rf "$LFS_BUILD/gcc/build" # Do not remove the whole gcc directory: we need it for libstdc++
|
||||||
touch "$STEPS_DIR/gcc-step2"
|
touch "$STEPS_DIR/gcc-step2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue