diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-06-27 23:53:37 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-06-27 23:53:37 +0000 |
commit | ee20a37dbec39a5e8ea328c91329299b00082e17 (patch) | |
tree | 7bc1a6ae511145cda5b4f819acf45c77291aee0a | |
parent | ed0bb0588af9b938c499e470bb93aec05dc1ff40 (diff) |
GCC patch isn't so gomp specific anymore.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index f6b3acdc5..92b21ff90 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> |