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/multilib/glibc-64bit.xml

    r597e850 rc48c555  
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    53     <para>Now we make sure the Glibc goes into <filename
     53    <para os="n1">Now we make sure the Glibc goes into <filename
    5454    class="directory">/tools/lib64</filename>:</para>
    5555
    56 <screen><userinput>echo "slibdir=/tools/lib64" &gt;&gt; configparms</userinput></screen>
     56<screen os="n2"><userinput>echo "slibdir=/tools/lib64" &gt;&gt; configparms</userinput></screen>
    5757
    5858    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6060    xpointer="xpointer(//*[@os='g'])"/>
    6161
    62 <screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
     62<screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
    6363    AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
    6464    ../glibc-&glibc-version;/configure --prefix=/tools \
     
    6969    --cache-file=config.cache</userinput></screen>
    7070
    71     <variablelist os="fa">
     71    <variablelist os="dg">
    7272      <title>The meaning of the new configure options:</title>
    7373
     
    7575        <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    7676        <listitem>
    77           <para>This switch do ... .</para>
     77          <para>Forces GLIBC to utilize our target architecture GCC utilizing
     78          the 64 BIT flags.</para>
    7879        </listitem>
    7980      </varlistentry>
    8081
    81       <varlistentry>
     82      <varlistentry os="fa2">
    8283        <term><parameter>--libdir=/tools/lib64</parameter></term>
    8384        <listitem>
    84           <para>This switch do ... .</para>
     85          <para>Puts GLIBC into a /tools/lib64 instead of /tools/lib.</para>
    8586        </listitem>
    8687      </varlistentry>
    8788
    8889    </variablelist>
     90
     91    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     92    href="glibc.xml"
     93    xpointer="xpointer(//*[@os='dh'])"/>
     94
     95    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     96    href="glibc.xml"
     97    xpointer="xpointer(//*[@os='di'])"/>
    8998
    9099    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    104113    xpointer="xpointer(//*[@os='dm'])"/>
    105114
     115    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     116    href="glibc.xml"
     117    xpointer="xpointer(//*[@os='dn'])"/>
     118
    106119  </sect2>
    107120
Note: See TracChangeset for help on using the changeset viewer.