Ignore:
Timestamp:
Feb 21, 2006, 1:56:25 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:
ad0c7e6
Parents:
f0ed7ed
Message:

r974@server (orig r972): jim | 2005-12-28 21:29:16 -0800

r1216@server: jim | 2005-12-28 21:26:31 -0800
Text Updates from Chris Staub. Thank you


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/glibc.xml

    rf0ed7ed r6d4c909  
    2727    risk.</para>
    2828
    29     <para os="db">We will disable the linking to
    30     <filename>libgcc_eh</filename>:</para>
     29    <para os="db">Disable linking to <filename>libgcc_eh</filename>:</para>
    3130
    3231<screen os="dc"><userinput>patch -Np1 -i ../&glibc-libgcc_eh-patch;</userinput></screen>
     
    4847    xpointer="xpointer(//*[@os='f'])"/>
    4948
    50     <para os="dd">For NPTL enabled systems we will need to add the following lines to
    51     <filename>config.cache</filename>:</para>
     49    <para os="dd">For NPTL enabled systems the following lines need
     50    to be added to <filename>config.cache</filename>:</para>
    5251
    5352<screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
     
    7372        <term><parameter>BUILD_CC="gcc"</parameter></term>
    7473        <listitem>
    75           <para>This sets GLIBC to use the current compiler on our system. This is
    76           used to create the tools GLIBC uses durings it's build.</para>
     74          <para>This sets Glibc to use the current compiler on our system. This is
     75          used to create the tools Glibc uses durings it's build.</para>
    7776        </listitem>
    7877      </varlistentry>
     
    8180        <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term>
    8281        <listitem>
    83           <para>This forces GLIBC to use the GCC complier that we made for our target
     82          <para>This forces Glibc to use the GCC complier that we made for our target
    8483          architecture.</para>
    8584        </listitem>
     
    8988        <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term>
    9089        <listitem>
    91           <para>This forces GLIBC to use the AR utility we made for our target
     90          <para>This forces Glibc to use the AR utility we made for our target
    9291          architecture.</para>
    9392        </listitem>
     
    9796        <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term>
    9897        <listitem>
    99           <para>This forces GLIBC to use the RANLIB utility we made for our target
     98          <para>This forces Glibc to use the RANLIB utility we made for our target
    10099          architecture.</para>
    101100        </listitem>
     
    113112        <term><parameter>--enable-add-ons</parameter></term>
    114113        <listitem>
    115           <para>This tells GLIBC to utilize all add-on's that are avaialble.</para>
     114          <para>This tells Glibc to utilize all add-ons that are avaialble.</para>
    116115        </listitem>
    117116      </varlistentry>
     
    120119        <term><parameter>--with-tls</parameter></term>
    121120        <listitem>
    122           <para>This tells GLIBC to use Thread Local Storage.</para>
     121          <para>This tells Glibc to use Thread Local Storage.</para>
    123122        </listitem>
    124123      </varlistentry>
     
    127126        <term><parameter>--with-__thread</parameter></term>
    128127        <listitem>
    129           <para>This tells GLIBC to use use the __thread for libc and
     128          <para>This tells Glibc to use use the __thread for libc and
    130129          libpthread builds.</para>
    131130        </listitem>
     
    135134        <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
    136135        <listitem>
    137           <para>This tells GLIBC to use the Binutils that are specific to
     136          <para>This tells Glibc to use the Binutils that are specific to
    138137          our target architecture.</para>
    139138        </listitem>
     
    143142        <term><parameter>--cache-file=config.cache</parameter></term>
    144143        <listitem>
    145           <para>This tells GLIBC to utilize a premade cache file.</para>
     144          <para>This tells Glibc to utilize a premade cache file.</para>
    146145        </listitem>
    147146      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.