summaryrefslogtreecommitdiff
path: root/default.conf
diff options
context:
space:
mode:
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