Rebuild GCC against musl 1.2.2.

This commit is contained in:
Andrius Štikonas 2021-03-21 00:24:24 +00:00
parent 8cd8c0fe31
commit 0572ff41ef
6 changed files with 117 additions and 12 deletions

View file

@ -12,12 +12,14 @@ set -e
build automake-1.9.6 stage1.sh
build automake-1.9.6 stage2.sh
build gcc-4.0.4 stage1.sh
build gcc-4.0.4 pass1.sh checksums/pass1
build bash-5.1 pass2.sh checksums/pass2
build musl-1.2.2
build gcc-4.0.4 pass2.sh checksums/pass2
echo "Bootstrapping completed."
exec env - PATH=/after/bin PS1="\w # " bash -i