Ignore:
Timestamp:
Feb 21, 2006, 1:19:09 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
52e5dd9
Parents:
834aff7
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
  • BOOK/cross-tools/mips64/glibc-64bit.xml

    r834aff7 rd3a4fc0  
    6767    xpointer="xpointer(//*[@os='de'])"/>
    6868
    69     <para>Now we make sure the Glibc goes into <filename
    70     class="directory">/tools/lib64</filename>:</para>
     69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     70    href="../multilib/glibc-64bit.xml"
     71    xpointer="xpointer(//*[@os='n1'])"/>
    7172
    72 <screen><userinput>echo "slibdir=/tools/lib64" &gt;&gt; configparms</userinput></screen>
     73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     74    href="../multilib/glibc-64bit.xml"
     75    xpointer="xpointer(//*[@os='n2'])"/>
    7376
    7477    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7679    xpointer="xpointer(//*[@os='g'])"/>
    7780
    78 <screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
    79     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
    80     ../glibc-&glibc-version;/configure --prefix=/tools \
    81     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
    82     --disable-profile --enable-add-ons \
    83     --with-tls --enable-kernel=2.6.0 --with-__thread \
    84     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    85     --cache-file=config.cache</userinput></screen>
     81    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     82    href="../multilib/glibc-64bit.xml"
     83    xpointer="xpointer(//*[@os='df'])"/>
    8684
    87     <variablelist os="fa">
    88       <title>The meaning of the new configure options:</title>
     85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     86    href="../multilib/glibc-64bit.xml"
     87    xpointer="xpointer(//*[@os='dg'])"/>
    8988
    90       <varlistentry os="fa1">
    91         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    92         <listitem>
    93           <para>This switch do ... .</para>
    94         </listitem>
    95       </varlistentry>
     89    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     90    href="glibc.xml"
     91    xpointer="xpointer(//*[@os='dh'])"/>
    9692
    97       <varlistentry>
    98         <term><parameter>--libdir=/tools/lib64</parameter></term>
    99         <listitem>
    100           <para>This switch do ... .</para>
    101         </listitem>
    102       </varlistentry>
    103 
    104     </variablelist>
     93    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     94    href="glibc.xml"
     95    xpointer="xpointer(//*[@os='di'])"/>
    10596
    10697    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    120111    xpointer="xpointer(//*[@os='dm'])"/>
    121112
     113    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     114    href="glibc.xml"
     115    xpointer="xpointer(//*[@os='dn'])"/>
     116
    122117  </sect2>
    123118
Note: See TracChangeset for help on using the changeset viewer.