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

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