From eeefbe0d6b4f602b6e70d093b287aed8b5e9501f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 28 Jan 2018 21:39:15 +0100 Subject: some more packages, readline fails, no clue --- default.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'default.conf') 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 -- cgit v1.2.3-54-g00ecf