- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/eglibc.xml
r00a58649 rdabbced 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../ ../final-system/common/eglibc.xml"31 xpointer="xpointer(//*[@os=' s1'])"/>30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../ ../final-system/common/eglibc.xml"35 xpointer="xpointer(//*[@os=' s2'])"/>34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 57 57 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \ 58 58 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 59 CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET) - O2" \59 CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET) -mtune=generic -g -O2" \ 60 60 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 61 61 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 62 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 62 --disable-profile --enable-add-ons \ 63 --with-tls --enable-kernel=2.6.0 --with-__thread \ 63 64 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 64 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>65 --cache-file=config.cache</userinput></screen> 65 66 66 67 <variablelist os="dg"> … … 85 86 <varlistentry os="ea2"> 86 87 <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<< 87 $CLFS_TARGET) " -O2</parameter></term>88 $CLFS_TARGET) -mtune=generic -g -O2"</parameter></term> 88 89 <listitem> 89 90 <para>Forces EGLIBC to optimize for our target system.</para> … … 118 119 href="../common/eglibc.xml" 119 120 xpointer="xpointer(//*[@os='dg11'])"/> 121 122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 123 href="../common/eglibc.xml" 124 xpointer="xpointer(//*[@os='dg12'])"/> 120 125 121 126 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.