Ignore:
Timestamp:
Dec 18, 2013, 1:04:00 AM (11 years ago)
Author:
Chris Staub <chris@…>
Children:
f975b3a
Parents:
1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Updated simp branch to match main book

File:
1 edited

Legend:

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

    r1c9985f r026bb5d  
    3939
    4040    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="../common/eglibc.xml"
    42     xpointer="xpointer(//*[@os='p1'])"/>
     41    href="eglibc.xml"
     42    xpointer="xpointer(//*[@os='b'])"/>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4545    href="../common/eglibc.xml"
    46     xpointer="xpointer(//*[@os='p2'])"/>
     46    xpointer="xpointer(//*[@os='s1'])"/>
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="eglibc.xml"
    50     xpointer="xpointer(//*[@os='b'])"/>
     49    href="../common/eglibc.xml"
     50    xpointer="xpointer(//*[@os='s2'])"/>
    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-add-ons --enable-kernel=2.6.0 \
    72     --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen>
     71    --disable-profile --enable-kernel=2.6.32 \
     72    --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \
     73    --enable-obsolete-rpc</userinput></screen>
    7374
    7475    <variablelist os="i">
     
    7879        <term><parameter>--libexecdir=/usr/lib64/eglibc</parameter></term>
    7980        <listitem>
    80           <para>This changes the location of the <command>pt_chown</command>
    81           program from its default of <filename
     81          <para>This changes the location of the <command>getconf</command>
     82          utility from its default of <filename
    8283          class="directory">/usr/libexec</filename> to <filename
    8384          class="directory">/usr/lib64/eglibc</filename>.</para>
Note: See TracChangeset for help on using the changeset viewer.