- Timestamp:
- Jul 28, 2013, 6:53:45 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 52fd35b
- Parents:
- 446bf69
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86/eglibc.xml
r446bf69 r8872181 59 59 60 60 <screen os="h"><userinput> 61 CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) " \61 CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) -O2" \ 62 62 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 63 63 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc \ -
BOOK/final-system/x86_64-64/eglibc.xml
r446bf69 r8872181 63 63 xpointer="xpointer(//*[@os='g'])"/> 64 64 65 <screen os="h"><userinput>../eglibc-&eglibc-version;/configure --prefix=/usr \ 65 <screen os="h"><userinput>CFLAGS="-O2" \ 66 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 66 67 --disable-profile --enable-kernel=2.6.32 \ 67 68 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ -
BOOK/final-system/x86_64/eglibc-64bit.xml
r446bf69 r8872181 63 63 64 64 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 65 CFLAGS="-O2" \ 65 66 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 66 67 --disable-profile --enable-kernel=2.6.32 \ -
BOOK/final-system/x86_64/eglibc.xml
r446bf69 r8872181 60 60 61 61 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 62 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) " \62 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) -O2" \ 63 63 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 64 64 --disable-profile --enable-kernel=2.6.32 \
Note:
See TracChangeset
for help on using the changeset viewer.