Ignore:
File:
1 edited

Legend:

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

    r00a58649 r22cd957  
    4848    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4949    href="../common/eglibc.xml"
    50     xpointer="xpointer(//*[@os='s1'])"/>
    51 
    52     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    53     href="../common/eglibc.xml"
    54     xpointer="xpointer(//*[@os='s2'])"/>
    55 
    56     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    57     href="../common/eglibc.xml"
    5850    xpointer="xpointer(//*[@os='e'])"/>
    5951
     
    6254    xpointer="xpointer(//*[@os='f'])"/>
    6355
    64     <para os="l5">Tell EGLIBC to install its libraries into
     56    <para os="l1">Tell EGLIBC to install its libraries into
    6557    <filename class="directory">/lib</filename>:</para>
    6658
    67 <screen os="l6"><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
     59<screen os="l2"><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
    6860
    6961    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7163    xpointer="xpointer(//*[@os='g'])"/>
    7264
    73 <screen os="h"><userinput>CFLAGS="-O2" \
     65<screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \
    7466    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    75     --disable-profile --enable-kernel=2.6.32 \
    76     --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \
    77     --enable-obsolete-rpc</userinput></screen>
     67    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
     68    --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen>
    7869
    7970    <variablelist os="i">
     
    8374        <term><parameter>--libexecdir=/usr/lib/eglibc</parameter></term>
    8475        <listitem>
    85           <para>This changes the location of the <command>getconf</command>
    86           utility from its default of <filename
     76          <para>This changes the location of the <command>pt_chown</command>
     77          program from its default of <filename
    8778          class="directory">/usr/libexec</filename> to <filename
    8879          class="directory">/usr/lib/eglibc</filename>.</para>
     
    157148    <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
    158149
    159  <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h
    160     and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix
    161     this with the following:</para>
    162 
    163     <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen>
    164 
    165150  </sect2>
    166151
Note: See TracChangeset for help on using the changeset viewer.