2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since d763e91 was 7432834, checked in by George Boudreau <georgeb@…>, 18 years ago |
Begin coding against the CLFS-2.0 book
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | #####
|
---|
2 | #
|
---|
3 | # Configuration file for the CLFS module
|
---|
4 | #
|
---|
5 | # $Id$
|
---|
6 | #
|
---|
7 | #####
|
---|
8 |
|
---|
9 | #--- Which target architecture you want to build for,
|
---|
10 | # used to select proper book and set TARGETS
|
---|
11 | #--------------------------------
|
---|
12 | TARGET=
|
---|
13 | TARGET32=
|
---|
14 | # >>>> 32-32 BUILD <<<<
|
---|
15 | ARCH=x86 ; TARGET="i486-pc-linux-gnu"
|
---|
16 | # ARCH=x86 ; TARGET="i586-pc-linux-gnu"
|
---|
17 | # ARCH=x86 ; TARGET="i686-pc-linux-gnu"
|
---|
18 | # ARCH=arm ; TARGET="arm-unknown-linux-gnu"
|
---|
19 | #--------------------------------
|
---|
20 | # >>>> 64-64 BUILD <<<<
|
---|
21 | #--------------------------------
|
---|
22 | # >>>> MULTILIB 32/64 <<<<
|
---|
23 |
|
---|
24 | #--- Location of fstab file (if empty, a template is created)
|
---|
25 | FSTAB=
|
---|
26 |
|
---|
27 | #--- Fully qualified path to a kernel config file
|
---|
28 | # If no config file is specified the kernel is NOT compiled
|
---|
29 | CONFIG=
|
---|
30 |
|
---|
31 | # Get the kernel package and patches even if no configutation file
|
---|
32 | # has been supplied? 0(no)/1(yes)
|
---|
33 | GETKERNEL=0
|
---|
34 |
|
---|
35 | #--- Book's sources directory
|
---|
36 | # If you have previously checked out the book from the repository
|
---|
37 | BOOK=
|
---|
38 |
|
---|
39 | #==== INTERNAL VARIABLES ====
|
---|
40 | # Don't edit it unless you know what you are doing
|
---|
41 |
|
---|
42 | #--- Extra files that need be copied to $JHALFSDIR
|
---|
43 | FILES=""
|
---|
44 |
|
---|
45 | #--- Default stylesheet
|
---|
46 | XSL=clfs2.xsl
|
---|
47 |
|
---|
48 | #--- Book version
|
---|
49 | LFSVRS=development
|
---|
50 |
|
---|
51 | #--- Name of the makefile
|
---|
52 | MKFILE=$JHALFSDIR/Makefile
|
---|
53 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.