aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2015-06-27 23:53:37 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2015-06-27 23:53:37 +0000
commit9150096657e48a663ab06a4ff3d4ffc1bbc863a9 (patch)
treead9663d59f609e239f675a560288973e07663774
parent300e1e7c17e17a0e0dd0ccd974885750f2444806 (diff)
GCC patch isn't so gomp specific anymore.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter03/patches.xml2
-rw-r--r--chapter06/gcc.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 690ea79ec..6eec2bf62 100644
--- a/chapter03/patches.xml
+++ b/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>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 1ecf0a48a..406bf26f7 100644
--- a/chapter06/gcc.xml
+++ b/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>