summaryrefslogtreecommitdiff
path: root/default.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-27 21:36:39 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-27 21:36:39 +0100
commit54ebd1dea1dd4ad68d28e27f7a20ce843f1d2f59 (patch)
treea443d2726ef379fd281bffe6141f1f6321ab8681 /default.conf
parentd81584556c99356f42d30c87f9b87989f7653987 (diff)
downloadbootstrap32-54ebd1dea1dd4ad68d28e27f7a20ce843f1d2f59.tar.xz
added more variables and cleaned up phase 1
Diffstat (limited to 'default.conf')
-rw-r--r--default.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/default.conf b/default.conf
index 9ca43dd..20f5972 100644
--- a/default.conf
+++ b/default.conf
@@ -1,5 +1,8 @@
# configuration
+# target architecture
+TARGET_ARCH=i486-unknown-linux-gnu
+
# where to build the cross compiler
CROSS_HOME=/home/cross
@@ -9,3 +12,5 @@ XTOOLS_HOME=$CROSS_HOME/x-tools
# the chroot of stage 1
STAGE1_CHROOT=$CROSS_HOME/i486-root
+# the place where we build stage 1
+STAGE1_BUILD=$CROSS_HOME/build