浏览代码

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
Randy McMurchy 17 年之前
父节点
当前提交
1335450983
共有 5 个文件被更改,包括 29 次插入0 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 8 0
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 5 0
      chapter06/binutils.xml
  5. 4 0
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2008-10-12</para>
       <itemizedlist>
+        <listitem>
+          <para>[randy] - Added a patch to the Chapter 6 Binutils instructions
+          to correct some errors in the test suite.</para>
+        </listitem>
         <listitem>
           <para>[dj] - Corrected installation of udev rule files.</para>
         </listitem>

+ 8 - 0
chapter01/whatsnew.xml

@@ -218,6 +218,14 @@
       <para>&bash-fixes-patch;</para>
     </listitem>
 
+    <listitem>
+      <para>&binutils-configure-patch;</para>
+    </listitem>
+
+    <listitem>
+      <para>&binutils-gcc-patch;</para>
+    </listitem>
+
     <listitem>
       <para>&coreutils-old-kernel-patch;</para>
     </listitem>

+ 8 - 0
chapter03/patches.xml

@@ -42,6 +42,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Binutils GCC 4.3 Patch - <token>&binutils-gcc-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&binutils-gcc-patch;"/></para>
+        <para>MD5 sum: <literal>&binutils-gcc-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term>Binutils Texinfo Version Patch - <token>&binutils-configure-patch-size;</token>:</term>
       <listitem>

+ 5 - 0
chapter06/binutils.xml

@@ -61,6 +61,11 @@ Ask your system administrator to create more.</computeroutput></screen>
 
 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen>
 
+    <para>Apply the following patch to prevent some failures when running the
+    the test suite:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&binutils-gcc-patch;</userinput></screen>
+
     <para>Suppress the installation of an outdated
     <filename>standards.info</filename> file as a newer one is installed later
     on in the Autoconf instructions:</para>

+ 4 - 0
patches.ent

@@ -15,6 +15,10 @@
 <!ENTITY binutils-configure-patch-md5 "83877c299e3e3080952214e479396f23">
 <!ENTITY binutils-configure-patch-size "1 KB">
 
+<!ENTITY binutils-gcc-patch "binutils-&binutils-version;-GCC43-1.patch">
+<!ENTITY binutils-gcc-patch-md5 "d77fa789b4cae8b1ef7bc10e6220a529">
+<!ENTITY binutils-gcc-patch-size "1.1 KB">
+
 
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
 <!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">