mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Rebuild GCC against musl 1.2.2.
This commit is contained in:
parent
8cd8c0fe31
commit
0572ff41ef
6 changed files with 117 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue