aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-10-29 20:09:32 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-10-29 20:09:32 +0000
commit97719418c112b0322a9c671a5ecedeab7de8cc1c (patch)
treed7a337b9fae81de6226829af4da21cbd926ab770 /chapter06
parent869b0f1a5d20a1e28081e83a79a22015735880f4 (diff)
Upgrade to GCC-4.6.2. Fixes #2951.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9657 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 74665889a..b2b0cd6b2 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -66,11 +66,6 @@ esac</userinput></screen>
<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen>
- <para>Finally, apply a patch that corrects the test code for locale changes
- that were made in glibc-2.14 and later.</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../gcc-4.6.1-locale-1.patch</userinput></screen>
-
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>