Changeset 82b753e0 for BOOK/final-system
- Timestamp:
- Dec 13, 2012, 3:57:15 AM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d7773de8
- Parents:
- b3a4933
- Location:
- BOOK/final-system
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/eglibc.xml
rb3a4933 r82b753e0 79 79 80 80 <screen os="h"><userinput>../eglibc-&eglibc-version;/configure --prefix=/usr \ 81 --disable-profile --enable-add-ons --enable-kernel=2.6.32 \ 82 --libexecdir=/usr/lib/eglibc</userinput></screen> 81 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen> 83 82 84 83 <variablelist os="i"> -
BOOK/final-system/mips64/eglibc-n32.xml
rb3a4933 r82b753e0 86 86 <screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ 87 87 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 88 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \88 --disable-profile --enable-kernel=2.6.32 \ 89 89 --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen> 90 90 -
BOOK/final-system/multilib/eglibc-64bit.xml
rb3a4933 r82b753e0 70 70 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 71 71 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 72 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \72 --disable-profile --enable-kernel=2.6.32 \ 73 73 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64</userinput></screen> 74 74 -
BOOK/final-system/multilib/eglibc.xml
rb3a4933 r82b753e0 69 69 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 70 70 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 71 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \71 --disable-profile --enable-kernel=2.6.32 \ 72 72 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 73 73 -
BOOK/final-system/ppc64/eglibc-64bit.xml
rb3a4933 r82b753e0 69 69 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 70 70 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 71 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \71 --disable-profile --enable-kernel=2.6.32 \ 72 72 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen> 73 73 -
BOOK/final-system/ppc64/eglibc.xml
rb3a4933 r82b753e0 85 85 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 86 86 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 87 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \87 --disable-profile --enable-kernel=2.6.32 \ 88 88 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 89 89 -
BOOK/final-system/sparc64-64/eglibc.xml
rb3a4933 r82b753e0 83 83 84 84 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 85 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \85 --disable-profile --enable-kernel=2.6.32 \ 86 86 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ 87 87 --cache-file=config.cache</userinput></screen> -
BOOK/final-system/sparc64/eglibc-64bit.xml
rb3a4933 r82b753e0 77 77 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 78 78 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 79 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \79 --disable-profile --enable-kernel=2.6.32 \ 80 80 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \ 81 81 --cache-file=config.cache</userinput></screen> -
BOOK/final-system/x86/eglibc.xml
rb3a4933 r82b753e0 68 68 <screen os="h"><userinput>CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \ 69 69 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 70 --disable-profile --enable-add-ons --enable-kernel=2.6.32 \ 71 --libexecdir=/usr/lib/eglibc</userinput></screen> 70 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen> 72 71 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/x86_64-64/eglibc.xml
rb3a4933 r82b753e0 73 73 <screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \ 74 74 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 75 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \75 --disable-profile --enable-kernel=2.6.32 \ 76 76 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen> 77 77 -
BOOK/final-system/x86_64/eglibc-64bit.xml
rb3a4933 r82b753e0 73 73 CFLAGS="-mtune=generic -g -O2" \ 74 74 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 75 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \75 --disable-profile --enable-kernel=2.6.32 \ 76 76 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen> 77 77 -
BOOK/final-system/x86_64/eglibc.xml
rb3a4933 r82b753e0 70 70 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) \ 71 71 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 72 --disable-profile --enable- add-ons --enable-kernel=2.6.32 \72 --disable-profile --enable-kernel=2.6.32 \ 73 73 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 74 74
Note:
See TracChangeset
for help on using the changeset viewer.