Changeset 76b06f6 for BOOK/final-system/x86_64/eglibc.xml
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (11 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64/eglibc.xml
r111b12a r76b06f6 42 42 href="../common/eglibc.xml" 43 43 xpointer="xpointer(//*[@os='l4'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p3'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='p4'])"/> 44 52 45 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 60 68 61 69 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 62 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) -O2"\63 ../eglibc-&eglibc-version;/configure --prefix=/usr \70 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) \ 71 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 64 72 --disable-profile --enable-kernel=2.6.32 \ 65 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32} \ 66 --enable-obsolete-rpc</userinput></screen> 73 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 67 74 68 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.