Explorar el Código

Sync gcc file with trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.9-rc2@11021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs hace 9 años
padre
commit
ec487304dc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      chapter06/gcc.xml

+ 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