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/mips/glibc.xml

    r834aff7 rd3a4fc0  
    5959    xpointer="xpointer(//*[@os='f'])"/>
    6060
    61     <para os="dd"> For NPTL enabled systems we will need to add the following lines to
    62     <filename>config.cache</filename>:</para>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     62    href="../common/glibc.xml"
     63    xpointer="xpointer(//*[@os='dd'])"/>
    6364
    64 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    65 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache</userinput></screen>
     65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     66    href="../common/glibc.xml"
     67    xpointer="xpointer(//*[@os='de'])"/>
    6668
    6769    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6971    xpointer="xpointer(//*[@os='g'])"/>
    7072
    71 <screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \
    72     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
    73     ../glibc-&glibc-version;/configure --prefix=/tools \
    74     --host=${LFS_TARGET} --build=${LFS_HOST} \
    75     --disable-profile --enable-add-ons \
    76     --with-tls --enable-kernel=2.6.0 --with-__thread \
    77     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    78     --cache-file=config.cache</userinput></screen>
     73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     74    href="../common/glibc.xml"
     75    xpointer="xpointer(//*[@os='df'])"/>
    7976
    80     <variablelist os="di">
    81       <title>The meaning of the new configure options:</title>
     77    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     78    href="../common/glibc.xml"
     79    xpointer="xpointer(//*[@os='dg'])"/>
    8280
    83       <varlistentry os="di1">
    84         <term><parameter>BUILD_CC="gcc"</parameter></term>
    85         <listitem>
    86           <para>This do ...</para>
    87         </listitem>
    88       </varlistentry>
     81    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     82    href="../common/glibc.xml"
     83    xpointer="xpointer(//*[@os='dh'])"/>
    8984
    90       <varlistentry os="di2">
    91         <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term>
    92         <listitem>
    93           <para>This do ...</para>
    94         </listitem>
    95       </varlistentry>
     85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     86    href="../common/glibc.xml"
     87    xpointer="xpointer(//*[@os='di'])"/>
    9688
    97       <varlistentry os="di3">
    98         <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term>
    99         <listitem>
    100           <para>This do ...</para>
    101         </listitem>
    102       </varlistentry>
     89    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     90    href="../common/glibc.xml"
     91    xpointer="xpointer(//*[@os='dj'])"/>
    10392
    104       <varlistentry os="di4">
    105         <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term>
    106         <listitem>
    107           <para>This do ...</para>
    108         </listitem>
    109       </varlistentry>
     93    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     94    href="../common/glibc.xml"
     95    xpointer="xpointer(//*[@os='dk'])"/>
    11096
    111       <varlistentry os="di5">
    112         <term><parameter>--disable-profile</parameter></term>
    113         <listitem>
    114           <para>This do ...</para>
    115         </listitem>
    116       </varlistentry>
     97    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     98    href="../common/glibc.xml"
     99    xpointer="xpointer(//*[@os='dl'])"/>
    117100
    118       <varlistentry os="di6">
    119         <term><parameter>--enable-add-ons</parameter></term>
    120         <listitem>
    121           <para>This do ...</para>
    122         </listitem>
    123       </varlistentry>
     101    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     102    href="../common/glibc.xml"
     103    xpointer="xpointer(//*[@os='dm'])"/>
    124104
    125       <varlistentry os="di7">
    126         <term><parameter>--with-tls</parameter></term>
    127         <listitem>
    128           <para>This do ...</para>
    129         </listitem>
    130       </varlistentry>
    131 
    132       <varlistentry os="di8">
    133         <term><parameter>--with-__thread</parameter></term>
    134         <listitem>
    135           <para>This do ...</para>
    136         </listitem>
    137       </varlistentry>
    138 
    139       <varlistentry os="di9">
    140         <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
    141         <listitem>
    142           <para>This do ...</para>
    143         </listitem>
    144       </varlistentry>
    145 
    146       <varlistentry os="di10">
    147         <term><parameter>--cache-file=config.cache</parameter></term>
    148         <listitem>
    149           <para>This do ...</para>
    150         </listitem>
    151       </varlistentry>
    152 
    153     </variablelist>
    154 
    155     <para os="df">During this stage the following warning might appear:</para>
    156 
    157 <blockquote os="dg"><screen><computeroutput>configure: WARNING:
    158 *** These auxiliary programs are missing or
    159 *** incompatible versions: msgfmt
    160 *** some features will be disabled.
    161 *** Check the INSTALL file for required versions.</computeroutput></screen></blockquote>
    162 
    163     <para os="dh">The missing or incompatible <command>msgfmt</command> program is
    164     generally harmless. This <command>msgfmt</command> program is part of the
    165     Gettext package which the host distribution should provide.</para>
    166 
    167     <para os="dj">Compile the package:</para>
    168 
    169 <screen os="dk"><userinput>make</userinput></screen>
    170 
    171     <para os="dl">Install the package:</para>
    172 
    173 <screen os="dm"><userinput>make install</userinput></screen>
     105    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     106    href="../common/glibc.xml"
     107    xpointer="xpointer(//*[@os='dn'])"/>
    174108
    175109  </sect2>
Note: See TracChangeset for help on using the changeset viewer.