summaryrefslogtreecommitdiff
path: root/default.conf
blob: 20f5972edba366acfda5fb5a91e5576399af364c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# configuration

# target architecture
TARGET_ARCH=i486-unknown-linux-gnu

# 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

# the place where we build stage 1
STAGE1_BUILD=$CROSS_HOME/build