From 54ebd1dea1dd4ad68d28e27f7a20ce843f1d2f59 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 27 Jan 2018 21:36:39 +0100 Subject: added more variables and cleaned up phase 1 --- default.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'default.conf') 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 -- cgit v1.2.3