diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-06 03:53:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-06 03:53:06 +0000 |
commit | 12836f58d2db3fc47b91c4b544daa9f17b25c56c (patch) | |
tree | 3a1627b11195a9185c2649fd5b17fd9d5da8a744 /chapter06/gcc.xml | |
parent | 8064ca2674941cd3262a2a6df9b6536fc7b2e8e0 (diff) |
Update to grub-2.02~beta3.
Update to glibc-2.24.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index f89a810a9..e7b735914 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -41,6 +41,10 @@ <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 |