Ignore:
File:
1 edited

Legend:

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

    r00a58649 r7d97f36  
    3939
    4040    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="eglibc.xml"
    42     xpointer="xpointer(//*[@os='b'])"/>
     41    href="../common/eglibc.xml"
     42    xpointer="xpointer(//*[@os='p1'])"/>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4545    href="../common/eglibc.xml"
    46     xpointer="xpointer(//*[@os='s1'])"/>
     46    xpointer="xpointer(//*[@os='p2'])"/>
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../common/eglibc.xml"
    50     xpointer="xpointer(//*[@os='s2'])"/>
     49    href="eglibc.xml"
     50    xpointer="xpointer(//*[@os='b'])"/>
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6969<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    7070    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    71     --disable-profile --enable-kernel=2.6.32 \
    72     --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \
    73     --enable-obsolete-rpc</userinput></screen>
     71    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
     72    --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen>
    7473
    7574    <variablelist os="i">
     
    7978        <term><parameter>--libexecdir=/usr/lib64/eglibc</parameter></term>
    8079        <listitem>
    81           <para>This changes the location of the <command>getconf</command>
    82           utility from its default of <filename
     80          <para>This changes the location of the <command>pt_chown</command>
     81          program from its default of <filename
    8382          class="directory">/usr/libexec</filename> to <filename
    8483          class="directory">/usr/lib64/eglibc</filename>.</para>
Note: See TracChangeset for help on using the changeset viewer.