Ignore:
Timestamp:
Feb 21, 2006, 1:19:09 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
9a8439f
Parents:
597e850
Message:

r766@server (orig r764): jim | 2005-11-28 15:07:41 -0800

r807@server: jim | 2005-11-28 15:07:12 -0800
Text updates to Glibc


File:
1 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/mips64/glibc-n32.xml

    r597e850 rc48c555  
    6767    xpointer="xpointer(//*[@os='de'])"/>
    6868
    69     <para>Now we make sure the Glibc goes into <filename
     69    <para os="n1">Now we make sure the Glibc goes into <filename
    7070    class="directory">/tools/lib32</filename>:</para>
    7171
    72 <screen><userinput>echo "slibdir=/tools/lib32" &gt;&gt; configparms</userinput></screen>
     72<screen os="n2"><userinput>echo "slibdir=/tools/lib32" &gt;&gt; configparms</userinput></screen>
    7373
    7474    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7676    xpointer="xpointer(//*[@os='g'])"/>
    7777
    78 <screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILDN32}" \
     78<screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILDN32}" \
    7979    AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
    8080    ../glibc-&glibc-version;/configure --prefix=/tools \
     
    9191        <term><parameter>CC="${LFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
    9292        <listitem>
    93           <para>This switch do ... .</para>
     93          <para>Forces GLIBC to utilize our target architecture GCC utilizing
     94          the N32 flags.</para>
    9495        </listitem>
    9596      </varlistentry>
     
    9899        <term><parameter>--libdir=/tools/lib32</parameter></term>
    99100        <listitem>
    100           <para>This switch do ... .</para>
     101          <para>Puts GLIBC into a /tools/lib32 instead of /tools/lib.</para>
    101102        </listitem>
    102103      </varlistentry>
    103104
    104105    </variablelist>
     106
     107    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     108    href="glibc.xml"
     109    xpointer="xpointer(//*[@os='dh'])"/>
     110
     111    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     112    href="glibc.xml"
     113    xpointer="xpointer(//*[@os='di'])"/>
    105114
    106115    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    120129    xpointer="xpointer(//*[@os='dm'])"/>
    121130
     131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     132    href="glibc.xml"
     133    xpointer="xpointer(//*[@os='dn'])"/>
     134
    122135  </sect2>
    123136
Note: See TracChangeset for help on using the changeset viewer.