Changeset 8872181 for BOOK/final-system/x86_64
- 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/x86_64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.