live-bootstrap/sysa/run.sh
2021-02-07 17:33:09 +00:00

33 lines
449 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 grep-2.4
# Part 25
build diffutils-2.7
echo "Bootstrapping completed."