aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2008-12-07 11:38:36 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2008-12-07 11:38:36 +0000
commit3fa7ca4305776f0b49c66c0424636f1c5a986e08 (patch)
tree76f0719fded1f2dd6ef2322c9b08fd8530b219af /chapter06
parente623c902621fd4d1fd9989801498101b1a5004d1 (diff)
Upgrade to Binutils-2.19. FIxes #2268.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml10
-rw-r--r--chapter06/chapter06.xml2
2 files changed, 1 insertions, 11 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index cc67448d0..3f3fed95f 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -56,16 +56,6 @@ Ask your system administrator to create more.</computeroutput></screen>
<para>This issue needs to be resolved before running the test suites
for Binutils and GCC.</para>
- <para>Binutils does not recognize versions of Texinfo newer than 4.9. Fix
- this issue by applying the following patch:</para>
-
-<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>
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 52e6fe6b7..c02a73728 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -21,6 +21,7 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="man-pages.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zlib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/>
@@ -36,7 +37,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procps.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libtool.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zlib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readline.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="autoconf.xml"/>