Changeset 1335450


Ignore:
Timestamp:
10/12/2008 08:15:16 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
041c8f67
Parents:
68edbd40
Message:

Added a patch to the Chapter 6 Binutils instructions to correct some errors in the test suite

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r68edbd40 r1335450  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Added a patch to the Chapter 6 Binutils instructions
     45          to correct some errors in the test suite.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[dj] - Corrected installation of udev rule files.</para>
    4549        </listitem>
  • chapter01/whatsnew.xml

    r68edbd40 r1335450  
    220220
    221221    <listitem>
     222      <para>&binutils-configure-patch;</para>
     223    </listitem>
     224
     225    <listitem>
     226      <para>&binutils-gcc-patch;</para>
     227    </listitem>
     228
     229    <listitem>
    222230      <para>&coreutils-old-kernel-patch;</para>
    223231    </listitem>
  • chapter03/patches.xml

    r68edbd40 r1335450  
    4444
    4545    <varlistentry>
     46      <term>Binutils GCC 4.3 Patch - <token>&binutils-gcc-patch-size;</token>:</term>
     47      <listitem>
     48        <para>Download: <ulink url="&patches-root;&binutils-gcc-patch;"/></para>
     49        <para>MD5 sum: <literal>&binutils-gcc-patch-md5;</literal></para>
     50      </listitem>
     51    </varlistentry>
     52
     53    <varlistentry>
    4654      <term>Binutils Texinfo Version Patch - <token>&binutils-configure-patch-size;</token>:</term>
    4755      <listitem>
  • chapter06/binutils.xml

    r68edbd40 r1335450  
    6161
    6262<screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen>
     63
     64    <para>Apply the following patch to prevent some failures when running the
     65    the test suite:</para>
     66
     67<screen><userinput remap="pre">patch -Np1 -i ../&binutils-gcc-patch;</userinput></screen>
    6368
    6469    <para>Suppress the installation of an outdated
  • patches.ent

    r68edbd40 r1335450  
    1515<!ENTITY binutils-configure-patch-md5 "83877c299e3e3080952214e479396f23">
    1616<!ENTITY binutils-configure-patch-size "1 KB">
     17
     18<!ENTITY binutils-gcc-patch "binutils-&binutils-version;-GCC43-1.patch">
     19<!ENTITY binutils-gcc-patch-md5 "d77fa789b4cae8b1ef7bc10e6220a529">
     20<!ENTITY binutils-gcc-patch-size "1.1 KB">
    1721
    1822
Note: See TracChangeset for help on using the changeset viewer.