Ignore:
File:
1 edited

Legend:

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

    rdabbced r00a58649  
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/eglibc.xml"
    31     xpointer="xpointer(//*[@os='db'])"/>
     30    href="../../final-system/common/eglibc.xml"
     31    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../common/eglibc.xml"
    35     xpointer="xpointer(//*[@os='dc'])"/>
     34    href="../../final-system/common/eglibc.xml"
     35    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5757<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    59     CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET) -mtune=generic -g -O2" \
     59    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET) -O2" \
    6060    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    6161    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    62     --disable-profile --enable-add-ons \
    63     --with-tls --enable-kernel=2.6.0 --with-__thread \
     62    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    6463    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    65     --cache-file=config.cache</userinput></screen>
     64    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    6665
    6766    <variablelist os="dg">
     
    8685      <varlistentry os="ea2">
    8786        <term><parameter>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt;
    88         $CLFS_TARGET) -mtune=generic -g -O2"</parameter></term>
     87        $CLFS_TARGET)" -O2</parameter></term>
    8988        <listitem>
    9089          <para>Forces EGLIBC to optimize for our target system.</para>
     
    119118      href="../common/eglibc.xml"
    120119      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'])"/>
    125120
    126121    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.