Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

File:
1 edited

Legend:

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

    r111b12a r76b06f6  
    4141    href="../common/eglibc.xml"
    4242    xpointer="xpointer(//*[@os='l4'])"/>
     43   
     44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     45    href="../common/eglibc.xml"
     46    xpointer="xpointer(//*[@os='p3'])"/>
     47
     48    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     49    href="../common/eglibc.xml"
     50    xpointer="xpointer(//*[@os='p4'])"/>
    4351
    4452    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6371    xpointer="xpointer(//*[@os='g'])"/>
    6472
    65 <screen os="h"><userinput>CFLAGS="-O2" \
     73<screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \
    6674    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    6775    --disable-profile --enable-kernel=2.6.32 \
    68     --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \
    69     --enable-obsolete-rpc</userinput></screen>
     76    --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen>
    7077
    7178    <variablelist os="i">
     
    7582        <term><parameter>--libexecdir=/usr/lib/eglibc</parameter></term>
    7683        <listitem>
    77           <para>This changes the location of the <command>getconf</command>
    78           utility from its default of <filename
     84          <para>This changes the location of the <command>pt_chown</command>
     85          program from its default of <filename
    7986          class="directory">/usr/libexec</filename> to <filename
    8087          class="directory">/usr/lib/eglibc</filename>.</para>
     
    149156    <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
    150157
    151  <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h
    152     and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix
    153     this with the following:</para>
    154 
    155     <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen>
     158    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     159    href="../common/eglibc.xml"
     160    xpointer="xpointer(//*[@os='ra'])"/>
     161
     162    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     163    href="../common/eglibc.xml"
     164    xpointer="xpointer(//*[@os='rb'])"/>
    156165
    157166  </sect2>
Note: See TracChangeset for help on using the changeset viewer.