diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-07-17 21:00:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-07-17 21:00:14 +0000 |
commit | 9f3584a0f4fae757c9ef1b4be5c2560bbd8e725a (patch) | |
tree | bd33451e2f92d1b5c9f6502b8951b727875dd04f /chapter06/gcc.xml | |
parent | be1de8ee9927be31c3b400ebcfec764c97cf571d (diff) |
Update to gcc-5.2.0.
Update to gettext-0.19.5.1.
Update to kbd-2.0.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 406bf26f7..bf381204d 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -40,11 +40,11 @@ <sect2 role="installation"> <title>Installation of GCC</title> - +<!-- <para>First apply some fixes from the upstream repository:</para> <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> - +--> <para>The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory:</para> |