Build bash 5.1 only after GCC.

This commit is contained in:
Andrius Štikonas 2021-03-21 16:10:53 +00:00
parent 0572ff41ef
commit 634cae7b68
10 changed files with 32 additions and 61 deletions

View file

@ -7,19 +7,9 @@
# SPDX-License-Identifier: GPL-3.0-or-later
set -e
. helpers.sh
build automake-1.9.6 stage1.sh
build automake-1.9.6 stage2.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