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