Changeset 51a1403 in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
Jul 11, 2009, 5:23:41 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
8a63c91
Parents:
f3125bf
Message:

Updated Glibc to EGlibc 2.10.1.
Updated the Bootscripts to 1.2-pre8.

Location:
BOOK/final-system/common
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/aboutdebug.xml

    rf3125bf r51a1403  
    2929    </listitem>
    3030    <listitem os="c3">
    31       <para>Glibc and GCC files (<filename class="directory">/lib</filename>
     31      <para>EGlibc and GCC files (<filename class="directory">/lib</filename>
    3232      and <filename class="directory">/usr/lib</filename>) with debugging
    3333      symbols: 87 MB</para>
    3434    </listitem>
    3535    <listitem os="c4">
    36       <para>Glibc and GCC files without debugging symbols: 16 MB</para>
     36      <para>EGlibc and GCC files without debugging symbols: 16 MB</para>
    3737    </listitem>
    3838  </itemizedlist>
  • BOOK/final-system/common/bash.xml

    rf3125bf r51a1403  
    3636    become an unprivileged user, this combination will cause Bash to build
    3737    without <emphasis>process substitution</emphasis>, which will break one
    38     of the c++ test scripts in <literal>glibc</literal>. The following prevents
     38    of the c++ test scripts in <literal>eglibc</literal>. The following prevents
    3939    future problems by skipping tests that can not run while cross-compiling
    4040    or that do not run properly:</para>
  • BOOK/final-system/common/gzip.xml

    rf3125bf r51a1403  
    2929
    3030    <para os="s1">The following command renames the internal implementation of
    31     futimens to gl_futimens as newer versions of Glibc provide an incompatible
     31    futimens to gl_futimens as newer versions of EGlibc provide an incompatible
    3232    version:</para>
    3333
  • BOOK/final-system/common/introduction.xml

    rf3125bf r51a1403  
    3232  the code and build tools.  Also note that the <option>-march</option>
    3333  and <option>-mtune</option> options may cause problems with the toolchain
    34   packages (Binutils, GCC and Glibc). The small potential gains achieved in
     34  packages (Binutils, GCC and EGlibc). The small potential gains achieved in
    3535  using compiler optimizations are often outweighed by the risks. First-time
    3636  builders of CLFS are encouraged to build without custom optimizations.
  • BOOK/final-system/common/pkgmgt.xml

    rf3125bf r51a1403  
    5050    <itemizedlist>
    5151      <listitem>
    52         <para>If one of the toolchain packages (Glibc, GCC or Binutils) needs
     52        <para>If one of the toolchain packages (EGlibc, GCC or Binutils) needs
    5353        to be upgraded to a newer minor version, it is safer to
    5454        rebuild CLFS. Though you <emphasis>may</emphasis> be able to get by
    5555        rebuilding all the packages in their dependency order, we do not
    56         recommend it. For example, if glibc-2.2.x needs to be updated to
    57         glibc-2.3.x, it is safer to rebuild. For micro version updates, a
     56        recommend it. For example, if eglibc-2.2.x needs to be updated to
     57        eglibc-2.3.x, it is safer to rebuild. For micro version updates, a
    5858        simple reinstallation usually works, but is not guaranteed. For
    59         example, upgrading from glibc-2.3.4 to glibc-2.3.5 will not
     59        example, upgrading from eglibc-2.3.4 to glibc-2.3.5 will not
    6060        usually cause any problems.</para>
    6161      </listitem>
Note: See TracChangeset for help on using the changeset viewer.