Просмотр исходного кода

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 9 лет назад
Родитель
Сommit
c7dd5fe54d
1 измененных файлов с 2 добавлено и 2 удалено
  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