Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/mips64/eglibc-n32.xml

    r7d97f36 r00a58649  
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
    43     xpointer="xpointer(//*[@os='p1'])"/>
    44 
    45     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
    47     xpointer="xpointer(//*[@os='p2'])"/>
    48 
    49     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5042    href="eglibc.xml"
    5143    xpointer="xpointer(//*[@os='b'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="eglibc.xml"
    55     xpointer="xpointer(//*[@os='g1'])"/>
    56 
    57     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="eglibc.xml"
    59     xpointer="xpointer(//*[@os='g2'])"/>
    6044
    6145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6650    href="eglibc-64bit.xml"
    6751    xpointer="xpointer(//*[@os='m4'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     54    href="../common/eglibc.xml"
     55    xpointer="xpointer(//*[@os='s1'])"/>
     56
     57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     58    href="../common/eglibc.xml"
     59    xpointer="xpointer(//*[@os='s2'])"/>
    6860
    6961    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    8678<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
    8779    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    88     --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    89     --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen>
     80    --disable-profile --enable-kernel=2.6.32 \
     81    --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32 \
     82    --enable-obsolete-rpc</userinput></screen>
    9083
    9184    <variablelist os="i">
     
    9588        <term><parameter>--libexecdir=/usr/lib32/eglibc</parameter></term>
    9689        <listitem>
    97           <para>This changes the location of the <command>pt_chown</command>
     90          <para>This changes the location of the <command>getconf</command>
    9891          program from its default of <filename
    9992          class="directory">/usr/libexec</filename> to <filename
Note: See TracChangeset for help on using the changeset viewer.