summaryrefslogtreecommitdiff
path: root/default.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 21:39:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 21:39:15 +0100
commiteeefbe0d6b4f602b6e70d093b287aed8b5e9501f (patch)
tree1eb850e38e4c53da4f161275085c52fd60c40145 /default.conf
parent7478bb7a8eaefdd53e26372810d8580b8509b0c7 (diff)
downloadbootstrap32-eeefbe0d6b4f602b6e70d093b287aed8b5e9501f.tar.xz
some more packages, readline fails, no clue
Diffstat (limited to 'default.conf')
-rw-r--r--default.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/default.conf b/default.conf
index 81b913d..02d529b 100644
--- a/default.conf
+++ b/default.conf
@@ -1,5 +1,8 @@
# configuration
+# build platform (the host)
+BUILD_ARCH=x86_64-pc-linux-gnu
+
# target architecture
TARGET_ARCH=i486-unknown-linux-gnu
@@ -15,6 +18,12 @@ XTOOLS_HOME=$CROSS_HOME/x-tools
# where is the cross compiler of our target architecture installed
XTOOLS_ARCH=$XTOOLS_HOME/$TARGET_ARCH
+# full prefix of the cross compilation tools
+XTOOLS_ARCH_PREFIX=$XTOOLS_ARCH/bin/$TARGET_ARCH-
+
+# kernel architecture
+KERNEL_ARCH=i386
+
# the chroot of stage 1
STAGE1_CHROOT=$CROSS_HOME/$TARGET_CPU-root