Ignore:
File:
1 edited

Legend:

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

    r00a58649 rdabbced  
    2828
    2929    <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'])"/>
    3232
    3333    <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'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5757<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    59     CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET32) -O2" \
     59    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET32) -mtune=generic -g -O2" \
    6060    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    6161    --host=${CLFS_TARGET32} --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 \
    6364    --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>
    6566
    6667    <variablelist os="dg">
     
    8586     <varlistentry os="ea2">
    8687        <term><parameter>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt;
    87         $CLFS_TARGET32) -O2"</parameter></term>
     88        $CLFS_TARGET32) -mtune=generic -g -O2"</parameter></term>
    8889        <listitem>
    8990          <para>Forces EGLIBC to optimize for our target system.</para>
     
    114115      href="../common/eglibc.xml"
    115116      xpointer="xpointer(//*[@os='dg10'])"/>
    116 
    117       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    118       href="../common/eglibc.xml"
    119       xpointer="xpointer(//*[@os='dg11'])"/>
    120117
    121118    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.