Bläddra i källkod

Remove buggy gcc patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 9 år sedan
förälder
incheckning
9d2bb34c17
4 ändrade filer med 8 tillägg och 6 borttagningar
  1. 2 2
      chapter01/whatsnew.xml
  2. 2 2
      chapter03/patches.xml
  3. 2 2
      chapter06/gcc.xml
  4. 2 0
      patches.ent

+ 2 - 2
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>

+ 2 - 2
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>

+ 2 - 2
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

+ 2 - 0
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">