live-bootstrap/sysa/run.sh
Paul Dersey d5a9f4c9ea Rebuild coreutils-5.0 with tcc+musl and more utilities
Add comm, expr, date, dd, sort, uname, uniq
2021-02-11 18:35:28 -05:00

41 lines
575 B
Bash
Executable file

#!/bin/bash
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-License-Identifier: GPL-3.0-or-later
set -e
# shellcheck source=sysa/helpers.sh
. helpers.sh
export PREFIX=/after
# Part 19
build flex-2.5.11
# Part 20
build musl-1.1.24
# Part 21
build tcc-0.9.27 tcc-musl.sh
# Part 22
build m4-1.4.7
# Part 23
build flex-2.6.4
# Part 24
build bison-3.4.1 stage1.sh
build bison-3.4.1 stage2.sh
build bison-3.4.1 stage3.sh
# Part 25
build grep-2.4
# Part 26
build diffutils-2.7
# Part 27
build coreutils-5.0
echo "Bootstrapping completed."