Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/eglibc.xml

    r111b12a r76b06f6  
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3030    href="../common/eglibc.xml"
     31    xpointer="xpointer(//*[@os='db'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../common/eglibc.xml"
     35    xpointer="xpointer(//*[@os='dc'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../common/eglibc.xml"
    3139    xpointer="xpointer(//*[@os='e'])"/>
    3240
     
    4957<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
    5058    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    51     CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET) -O2" \
     59    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET) -mtune=generic -g -O2" \
    5260    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    5361    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    5462    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    5563    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    56     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     64    --cache-file=config.cache</userinput></screen>
    5765
    5866    <variablelist os="dg">
     
    7785      <varlistentry os="ea2">
    7886        <term><parameter>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt;
    79         $CLFS_TARGET)" -O2</parameter></term>
     87        $CLFS_TARGET) -mtune=generic -g -O2"</parameter></term>
    8088        <listitem>
    8189          <para>Forces EGLIBC to optimize for our target system.</para>
     
    141149    xpointer="xpointer(//*[@os='dn'])"/>
    142150
     151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     152    href="../common/eglibc.xml"
     153    xpointer="xpointer(//*[@os='do'])"/>
     154
     155    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     156    href="../../final-system/common/eglibc.xml"
     157    xpointer="xpointer(//*[@os='ra'])"/>
     158
     159    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     160    href="../common/eglibc.xml"
     161    xpointer="xpointer(//*[@os='rb'])"/>
     162
    143163  </sect2>
    144164
Note: See TracChangeset for help on using the changeset viewer.