live-bootstrap/sysa/run.sh

28 lines
392 B
Bash
Raw Normal View History

2021-01-29 01:31:56 +00:00
#!/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 21
2021-02-04 21:29:33 +00:00
build m4-1.4.4
2021-01-29 01:31:56 +00:00
2021-01-28 18:53:44 +00:00
# Part 22
build flex-2.5.11
2021-01-30 19:47:48 +00:00
# Part 23
2021-02-04 18:37:43 +00:00
build musl-1.1.24
2021-01-28 18:53:44 +00:00
2021-02-01 01:09:24 +00:00
# Part 24
2021-02-04 18:37:43 +00:00
build tcc-0.9.27 tcc-musl.sh
2021-02-01 01:09:24 +00:00
2021-02-03 00:16:39 +00:00
# Part 25
2021-02-04 18:37:43 +00:00
build flex-2.6.4
2021-02-03 00:16:39 +00:00
2021-01-29 01:31:56 +00:00
echo "Bootstrapping completed."