aboutsummaryrefslogtreecommitdiffstats
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
parente523b7b82d12206ddd81bdbad3c00d9947291e35 (diff)
Remove buggy gcc patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml4
-rw-r--r--chapter06/gcc.xml4
-rw-r--r--patches.ent2
4 files changed, 8 insertions, 6 deletions
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 004b1a59e..151eedd98 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -251,11 +251,11 @@
<listitem>
<para>&binutils-upstream-patch;</para>
</listitem>
-
+<!--
<listitem>
<para>&gcc-upstream-patch;</para>
</listitem>
-
+-->
<listitem>
<para>&glibc-largefile-patch;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index fcf3f5691..5936f8200 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -57,7 +57,7 @@
<para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
</listitem>
</varlistentry>
-
+<!--
<varlistentry>
<term>Gcc Upstream Patch - <token>&gcc-upstream-patch-size;</token>:</term>
<listitem>
@@ -65,7 +65,7 @@
<para>MD5 sum: <literal>&gcc-upstream-patch-md5;</literal></para>
</listitem>
</varlistentry>
-
+-->
<varlistentry>
<term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term>
<listitem>
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
diff --git a/patches.ent b/patches.ent
index 8caf34697..1bef3c8f4 100644
--- a/patches.ent
+++ b/patches.ent
@@ -22,9 +22,11 @@
<!ENTITY coreutils-i18n-patch-md5 "c6334ed5b03062ef7e9649e8ceb2cfc1">
<!ENTITY coreutils-i18n-patch-size "146 KB">
+<!--
<!ENTITY gcc-upstream-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
<!ENTITY gcc-upstream-patch-md5 "56d86c16ea62e024e6eebbdc9dc63700">
<!ENTITY gcc-upstream-patch-size "251 KB">
+-->
<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_i386_fix-1.patch">
<!ENTITY glibc-upstream-patch-md5 "cfb3cb46074a833ac5729be79e4f2592">