aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
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 /chapter06/gcc.xml
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
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml2
1 files changed, 1 insertions, 1 deletions
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>