From 1335450983e08541fafedcca3632d4e0df335da4 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 12 Oct 2008 20:15:16 +0000 Subject: 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 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 8 ++++++++ chapter03/patches.xml | 8 ++++++++ chapter06/binutils.xml | 5 +++++ patches.ent | 4 ++++ 5 files changed, 29 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7774d98ec..ba6536f86 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-12 + + [randy] - Added a patch to the Chapter 6 Binutils instructions + to correct some errors in the test suite. + [dj] - Corrected installation of udev rule files. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 249739402..c9b94e053 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -218,6 +218,14 @@ &bash-fixes-patch; + + &binutils-configure-patch; + + + + &binutils-gcc-patch; + + &coreutils-old-kernel-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index e60dad2ce..c0223c252 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -42,6 +42,14 @@ + + Binutils GCC 4.3 Patch - &binutils-gcc-patch-size;: + + Download: + MD5 sum: &binutils-gcc-patch-md5; + + + Binutils Texinfo Version Patch - &binutils-configure-patch-size;: diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 0c7a9a216..aaebc6cce 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -61,6 +61,11 @@ Ask your system administrator to create more. patch -Np1 -i ../&binutils-configure-patch; + Apply the following patch to prevent some failures when running the + the test suite: + +patch -Np1 -i ../&binutils-gcc-patch; + Suppress the installation of an outdated standards.info file as a newer one is installed later on in the Autoconf instructions: diff --git a/patches.ent b/patches.ent index 7357d248b..ee44e627e 100644 --- a/patches.ent +++ b/patches.ent @@ -15,6 +15,10 @@ + + + + -- cgit v1.2.3-54-g00ecf