Ignore:
File:
1 edited

Legend:

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

    r00a58649 r7d97f36  
    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"
    4250    href="eglibc.xml"
    4351    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'])"/>
    4460
    4561    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5066    href="eglibc-64bit.xml"
    5167    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'])"/>
    6068
    6169    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7886<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
    7987    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    80     --disable-profile --enable-kernel=2.6.32 \
    81     --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32 \
    82     --enable-obsolete-rpc</userinput></screen>
     88    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
     89    --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen>
    8390
    8491    <variablelist os="i">
     
    8895        <term><parameter>--libexecdir=/usr/lib32/eglibc</parameter></term>
    8996        <listitem>
    90           <para>This changes the location of the <command>getconf</command>
     97          <para>This changes the location of the <command>pt_chown</command>
    9198          program from its default of <filename
    9299          class="directory">/usr/libexec</filename> to <filename
Note: See TracChangeset for help on using the changeset viewer.