summaryrefslogtreecommitdiff
path: root/packages-i486-stage1
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 20:31:49 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 20:31:49 +0100
commit7478bb7a8eaefdd53e26372810d8580b8509b0c7 (patch)
tree02ea71f8e08f809002e346e2aab6fea735a7a9ec /packages-i486-stage1
parent37be8f73669ddadf2259656f656af5f5c5bc39b9 (diff)
downloadbootstrap32-7478bb7a8eaefdd53e26372810d8580b8509b0c7.tar.xz
first working stage1 building
Diffstat (limited to 'packages-i486-stage1')
-rw-r--r--packages-i486-stage1/perl1
-rw-r--r--packages-i486-stage1/template15
2 files changed, 13 insertions, 3 deletions
diff --git a/packages-i486-stage1/perl b/packages-i486-stage1/perl
index 087b08b..1225990 100644
--- a/packages-i486-stage1/perl
+++ b/packages-i486-stage1/perl
@@ -1 +1,2 @@
+# cross-compiling perl doesn't work in parallel
NOPARALLEL_BUILD=1
diff --git a/packages-i486-stage1/template b/packages-i486-stage1/template
index 26af3c3..3d5d558 100644
--- a/packages-i486-stage1/template
+++ b/packages-i486-stage1/template
@@ -1,8 +1,17 @@
-# NEEDS_YAOURT: asp is the default tool to fetch packages, if the
+# NEEDS_YAOURT = 0 | 1
+# asp is the default tool to fetch packages, if the
# package is only available in AUR, the set NEEDS_YAOURT=1
NEEDS_YAOURT=0
-# NOPARALLEL_BUILD: -j<N> parameter to makepkg will be set to -j
-# if NOPARALLEL_PACKAGE=1. The default is to use all avaiable cores
+# NOPARALLEL_BUILD = 0 | 1
+# the -j<N> parameter to makepkg will be set to -j if
+# NOPARALLEL_PACKAGE=1. The default is to use all avaiable cores
# and set -j<CPUS>
NOPARALLEL_BUILD=0
+
+# SYSROOT_INSTALL = 0 | 1
+# packages are per default only installed in $STAGE1_CHROOT.
+# if packages depened on the package being installed you can
+# force the installation of the files in the package also into
+# the sysroot of the cross-compiler
+SYSROOT_INSTALL=0