- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64/eglibc.xml
r00a58649 r22cd957 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='s1'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"54 href="../common/eglibc.xml"55 xpointer="xpointer(//*[@os='s2'])"/>56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"58 href="../common/eglibc.xml"59 51 xpointer="xpointer(//*[@os='e'])"/> 60 52 … … 68 60 69 61 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 70 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) -O2" \ 71 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 72 --disable-profile --enable-kernel=2.6.32 \ 73 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32} \ 74 --enable-obsolete-rpc</userinput></screen> 62 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) \ 63 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 64 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ 65 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 75 66 76 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 92 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 93 84 href="../multilib/eglibc.xml" 94 xpointer="xpointer(//*[@os='l1 b'])"/>85 xpointer="xpointer(//*[@os='l1'])"/> 95 86 96 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 97 88 href="../multilib/eglibc.xml" 98 xpointer="xpointer(//*[@os='l2 b'])"/>89 xpointer="xpointer(//*[@os='l2'])"/> 99 90 100 91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.