74 lines
2.3 KiB
Text
74 lines
2.3 KiB
Text
#####
|
|
#
|
|
# Configuration file for the CLFS module
|
|
#
|
|
# $Id$
|
|
#
|
|
#####
|
|
|
|
#--- Which target architecture you want to build for,
|
|
# used to select proper book and set TARGETS
|
|
#--------------------------------
|
|
TARGET32=""
|
|
TARGET=
|
|
# >>>> 32-32 BUILD <<<<
|
|
ARCH=x86 ; TARGET="i486-pc-linux-gnu"
|
|
# ARCH=x86 ; TARGET="i586-pc-linux-gnu"
|
|
# ARCH=x86 ; TARGET="i686-pc-linux-gnu"
|
|
# ARCH=ppc ; TARGET="powerpc-unknown-linux-gnu"
|
|
# ARCH=mips ; TARGET="mipsel-unknown-linux-gnu"
|
|
# ARCH=mips ; TARGET="mips-unknown-linux-gnu"
|
|
# ARCH=sparc ; TARGET="sparcv9-unknown-linux-gnu"
|
|
#--------------------------------
|
|
# >>>> 64-64 BUILD <<<<
|
|
# ARCH=x86_64-64 ; TARGET="x86_64-unknown-linux-gnu"
|
|
# ARCH=mips64-64 ; TARGET="mips64el-unknown-linux-gnu"
|
|
# ARCH=mips64-64 ; TARGET="mips64-unknown-linux-gnu"
|
|
# ARCH=sparc64-64 ; TARGET="sparc64-unknown-linux-gnu"
|
|
# ARCH=alpha ; TARGET="alpha-unknown-linux-gnu"
|
|
#--------------------------------
|
|
# >>>> MULTILIB 32/64 <<<<
|
|
# ARCH=x86_64 ; TARGET="x86_64-unknown-linux-gnu" ; TARGET32="i686-pc-linux-gnu"
|
|
# ARCH=mips64 ; TARGET="mips64el-unknown-linux-gnu" ; TARGET32="mipsel-unknown-linux-gnu"
|
|
# ARCH=mips64 ; TARGET="mips64-unknown-linux-gnu" ; TARGET32="mips-unknown-linux-gnu"
|
|
# ARCH=sparc64 ; TARGET="sparc64-unknown-linux-gnu" ; TARGET32="sparc-unknown-linux-gnu"
|
|
# ARCH=ppc64 ; TARGET="powerpc64-unknown-linux-gnu" ; TARGET32="powerpc-unknown-linux-gnu"
|
|
|
|
#--- What build method should be used chroot/boot
|
|
# NOTE: not all combinations are 'bootable' yet.
|
|
METHOD=chroot
|
|
|
|
#--- Location of fstab file (if empty, a template is created)
|
|
FSTAB=
|
|
|
|
#--- Fully qualified path to a kernel config file
|
|
# If no config file is specified the kernel is NOT compiled
|
|
CONFIG=
|
|
|
|
#--- If METHOD=boot, location of boot-kernel config file
|
|
# NOTE: this setting is required
|
|
BOOT_CONFIG=
|
|
|
|
# Get the kernel package and patches even if no configutation file
|
|
# has been supplied? 0(no)/1(yes)
|
|
GETKERNEL=0
|
|
|
|
#--- Book's sources directory
|
|
# If you have previously checked out the book from the repository
|
|
BOOK=
|
|
|
|
#==== INTERNAL VARIABLES ====
|
|
# Don't edit it unless you know what you are doing
|
|
|
|
#--- Extra files that need be copied to $JHALFSDIR
|
|
FILES=""
|
|
|
|
#--- Default stylesheet
|
|
XSL=clfs.xsl
|
|
|
|
#--- Book version
|
|
LFSVRS=development
|
|
|
|
#--- Name of the makefile
|
|
MKFILE=$JHALFSDIR/Makefile
|
|
|