Changeset 9218b05 for chapter06


Ignore:
Timestamp:
02/19/2016 10:11:22 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a885478, da6a8bc
Parents:
9d2bb34c
Message:

LFS-7.9-rc2 released.
Update to glibc-2.23.
Update to linux-4.4.2.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11019 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r9d2bb34c r9218b05  
    6868    Glibc autoconf tests would give false results and defeat the goal
    6969    of achieving a clean build.</para>
    70 
     70<!--
    7171    <para>Now fix a build problem that affects i386 systems:</para>
    7272
     
    8181
    8282<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen>
    83 
     83-->
    8484    <para>The Glibc documentation recommends building Glibc
    8585    in a dedicated build directory:</para>
     
    116116
    117117      <listitem>
    118         <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail due
    119         to not having the necessary  networking applications when the tests are
     118        <para><emphasis>posix/tst-getaddrinfo4</emphasis> and
     119        <emphasis>posix/tst-getaddrinfo5</emphasis> will always fail due
     120        to not having the necessary networking applications when the tests are
    120121        run.</para>
    121122      </listitem>
     
    130131      <listitem>
    131132        <para>The math tests sometimes fail when running on
    132         systems where the CPU is not a relatively new genuine Intel or
    133         authentic AMD processor.</para>
     133        systems where the CPU is not a relatively new Intel or
     134        AMD processor.</para>
    134135      </listitem>
    135 
     136<!--
    136137      <listitem>
    137138        <para>The <emphasis>elf/tst-protected1a</emphasis> and
     
    139140        fail with the current stable version of binutils.</para>
    140141      </listitem>
    141 <!--
     142
    142143      <listitem>
    143144        <para>When running on older and slower hardware or on systems under
Note: See TracChangeset for help on using the changeset viewer.