Ignore:
File:
1 edited

Legend:

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

    r22cd957 r00a58649  
    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"
    5058    xpointer="xpointer(//*[@os='e'])"/>
    5159
     
    5462    xpointer="xpointer(//*[@os='f'])"/>
    5563
    56     <para os="l1">Tell EGLIBC to install its libraries into
     64    <para os="l5">Tell EGLIBC to install its libraries into
    5765    <filename class="directory">/lib</filename>:</para>
    5866
    59 <screen os="l2"><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
     67<screen os="l6"><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
    6068
    6169    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6371    xpointer="xpointer(//*[@os='g'])"/>
    6472
    65 <screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \
     73<screen os="h"><userinput>CFLAGS="-O2" \
    6674    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    67     --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    68     --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen>
     75    --disable-profile --enable-kernel=2.6.32 \
     76    --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \
     77    --enable-obsolete-rpc</userinput></screen>
    6978
    7079    <variablelist os="i">
     
    7483        <term><parameter>--libexecdir=/usr/lib/eglibc</parameter></term>
    7584        <listitem>
    76           <para>This changes the location of the <command>pt_chown</command>
    77           program from its default of <filename
     85          <para>This changes the location of the <command>getconf</command>
     86          utility from its default of <filename
    7887          class="directory">/usr/libexec</filename> to <filename
    7988          class="directory">/usr/lib/eglibc</filename>.</para>
     
    147156
    148157    <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
     158
     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>
    149164
    150165  </sect2>
Note: See TracChangeset for help on using the changeset viewer.