diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-17 01:39:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-17 01:39:43 +0000 |
commit | e523b7b82d12206ddd81bdbad3c00d9947291e35 (patch) | |
tree | ac477dd75b716f15521d6e4c1cced03aeb207218 /chapter06/gcc.xml | |
parent | 31a11cf0175bdb3d208d2338d224000ba3a66c48 (diff) |
Update for new patches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11016 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 1be390ab4..f22c8178f 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 in a dedicated build directory:</para> <screen><userinput remap="pre">mkdir -v build |