ソースを参照

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 年 前
コミット
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