Jelajahi Sumber

GCC patch isn't so gomp specific anymore.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 9 tahun lalu
induk
melakukan
9150096657
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      chapter03/patches.xml
  2. 1 1
      chapter06/gcc.xml

+ 1 - 1
chapter03/patches.xml

@@ -92,7 +92,7 @@
     </varlistentry>
 -->
     <varlistentry>
-      <term>Gcc Upstream Libgomp Patch - <token>&gcc-upstream-patch-size;</token>:</term>
+      <term>Gcc Upstream Patch - <token>&gcc-upstream-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink url="&patches-root;&gcc-upstream-patch;"/></para>
         <para>MD5 sum: <literal>&gcc-upstream-patch-md5;</literal></para>

+ 1 - 1
chapter06/gcc.xml

@@ -41,7 +41,7 @@
   <sect2 role="installation">
     <title>Installation of GCC</title>
 
-    <para>First fix some problems with the libgomp library:</para>
+    <para>First apply some fixes from the upstream repository:</para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>