summaryrefslogtreecommitdiff
path: root/build_stage1.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-30 21:27:25 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-30 21:27:25 +0100
commit96306251769086a8e9ff933d2d7d1560bf55df7b (patch)
treee2e7ef67c43c870fe9be8b1f77cb768d15d05a35 /build_stage1.sh
parent3ad78d32a2bdfa3d95ed2a369b7528551653b254 (diff)
downloadbootstrap32-96306251769086a8e9ff933d2d7d1560bf55df7b.tar.xz
building up to perl, perl itself fails
Diffstat (limited to 'build_stage1.sh')
-rwxr-xr-xbuild_stage1.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_stage1.sh b/build_stage1.sh
index 525d4cd..f445e54 100755
--- a/build_stage1.sh
+++ b/build_stage1.sh
@@ -8,7 +8,8 @@
# the sysroot of the specific cross compiler in $XTOOLS_ARCH
PACKAGES="iana-etc filesystem linux-api-headers tzdata
-ncurses readline"
+ncurses readline bash joe
+attr acl gmp gdbm db perl"
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage1_package.sh" "$p"