diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-23 01:59:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-23 01:59:34 +0000 |
commit | f5451ce61c4ba5df9f0dfbf1b3f6d2875e62b376 (patch) | |
tree | 4ae81e3120d828c0cf4a59ad8f9cc9f4dc0f52a5 /chapter06/gcc.xml | |
parent | 7bed03180e6a7ca02a5fa374773ce5679b5dc17f (diff) |
Update to diffutils-3.5.
Update to linux-4.7.1.tar.xz.
Update to gcc-6.2.0.tar.bz2.
Tweak second sed for sysklogd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11109 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 e7b735914..fe997becf 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -40,11 +40,11 @@ <sect2 role="installation"> <title>Installation of GCC</title> - +<!-- <para>First fix a problem identified upstream:</para> <screen><userinput remap="pre">patch -Np1 -i ../gcc-6.1.0-asan-1.patch</userinput></screen> - +--> <para>The GCC documentation recommends building GCC in a dedicated build directory:</para> <screen><userinput remap="pre">mkdir -v build |