aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-02-17 03:08:18 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-02-17 03:08:18 +0000
commit9d2bb34c17c1662816e2b93f1e64e5f938a2c865 (patch)
treee462fa26987f7836827c9425f3e7400ea75ae94b /chapter06
parente523b7b82d12206ddd81bdbad3c00d9947291e35 (diff)
Remove buggy gcc patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index f22c8178f..1be390ab4 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -40,11 +40,11 @@
<sect2 role="installation">
<title>Installation of GCC</title>
-
+<!--
<para>First apply some fixes from the upstream repository:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
-
+-->
<para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
<screen><userinput remap="pre">mkdir -v build