Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86_64/eglibc-64bit.xml

    r00a58649 r22cd957  
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    45     href="../common/eglibc.xml"
    46     xpointer="xpointer(//*[@os='s1'])"/>
    47 
    48     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../common/eglibc.xml"
    50     xpointer="xpointer(//*[@os='s2'])"/>
    51 
    52     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5345    href="eglibc.xml"
    5446    xpointer="xpointer(//*[@os='e'])"/>
     
    7163
    7264<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    73     CFLAGS="-O2" \
     65    CFLAGS="-mtune=generic -g -O2" \
    7466    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    75     --disable-profile --enable-kernel=2.6.32 \
    76     --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \
    77     --enable-obsolete-rpc</userinput></screen>
     67    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
     68    --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen>
    7869
    7970    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.