diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-12 20:15:16 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-12 20:15:16 +0000 |
commit | 1335450983e08541fafedcca3632d4e0df335da4 (patch) | |
tree | 8ef022f8b8e6200759d0aebecb8068984490b9b3 /chapter06/binutils.xml | |
parent | 68edbd40b69d8c55bc2c9945ea56690ff8d147cc (diff) |
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
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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.</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> |