Move diffutils after musl.

This commit is contained in:
Andrius Štikonas 2021-02-06 00:16:32 +00:00
parent 209c60e092
commit e20ce6fdca
7 changed files with 73 additions and 86 deletions

View file

@ -9,22 +9,25 @@ set -e
export PREFIX=/after
# Part 20
# Part 19
build m4-1.4.4
# Part 21
# Part 20
build flex-2.5.11
# Part 22
# Part 21
build musl-1.1.24
# Part 23
# Part 22
build tcc-0.9.27 tcc-musl.sh
# Part 24
# Part 23
build flex-2.6.4
# Part 25
# Part 24
build grep-2.4
# Part 25
build diffutils-2.7
echo "Bootstrapping completed."