GCC patch isn't so gomp specific anymore.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2015-06-27 23:53:37 +00:00
parent 300e1e7c17
commit 9150096657
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
</varlistentry> </varlistentry>
--> -->
<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> <listitem>
<para>Download: <ulink url="&patches-root;&gcc-upstream-patch;"/></para> <para>Download: <ulink url="&patches-root;&gcc-upstream-patch;"/></para>
<para>MD5 sum: <literal>&gcc-upstream-patch-md5;</literal></para> <para>MD5 sum: <literal>&gcc-upstream-patch-md5;</literal></para>

View File

@ -41,7 +41,7 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of GCC</title> <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> <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>