- Timestamp:
- Sep 10, 2013, 2:12:58 AM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 22bfda0
- Parents:
- 8921403
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86_64-64/eglibc.xml
r8921403 r5ca6d3b 9 9 <?dbhtml filename="eglibc.html"?> 10 10 11 <title>EGLIBC-&eglibc-version; 32 Bit</title>11 <title>EGLIBC-&eglibc-version;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-eglibc"> 14 14 <primary sortas="a-EGLIBC">EGLIBC</primary> 15 <secondary>cross tools , 32 Bit</secondary>15 <secondary>cross tools</secondary> 16 16 </indexterm> 17 17 … … 47 47 xpointer="xpointer(//*[@os='g'])"/> 48 48 49 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \ 50 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 51 CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET32) -O2" \ 52 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 53 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 54 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 55 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 56 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> 49 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \ 50 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 51 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 52 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 53 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 54 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 55 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> 57 56 58 57 <variablelist os="dg"> … … 64 63 65 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 66 href="../multilib/eglibc .xml"67 xpointer="xpointer(//*[@os=' ea1'])"/>65 href="../multilib/eglibc-64bit.xml" 66 xpointer="xpointer(//*[@os='fa1'])"/> 68 67 69 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 74 73 href="../common/eglibc.xml" 75 74 xpointer="xpointer(//*[@os='dg4'])"/> 76 77 <varlistentry os="ea2">78 <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<<79 $CLFS_TARGET32) -O2"</parameter></term>80 <listitem>81 <para>Forces EGLIBC to optimize for our target system.</para>82 </listitem>83 </varlistentry>84 75 85 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.