From d81584556c99356f42d30c87f9b87989f7653987 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 27 Jan 2018 20:31:58 +0100 Subject: added stage 1: preparing the i486 chroot --- default.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 default.conf (limited to 'default.conf') diff --git a/default.conf b/default.conf new file mode 100644 index 0000000..9ca43dd --- /dev/null +++ b/default.conf @@ -0,0 +1,11 @@ +# configuration + +# where to build the cross compiler +CROSS_HOME=/home/cross + +# where is the cross compiler installed +XTOOLS_HOME=$CROSS_HOME/x-tools + +# the chroot of stage 1 +STAGE1_CHROOT=$CROSS_HOME/i486-root + -- cgit v1.2.3-54-g00ecf