diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 00:41:12 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 00:41:12 +0000 |
commit | f57e3d1ad9e6bfe96ebf823be19da0e07d81d52b (patch) | |
tree | a5712a4b851f5cbdfaa4774de45e908006dcd896 /chapter06/gcc-inst.xml | |
parent | 04a335156f4e0a83bf7d1bf3173cff3bd55f9695 (diff) |
Rearrange "How things are going to be done" section. Simplify seds in "Locking in Glibc" and "Re-adjusting the toolchain" sections. Miscellaneous other fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 9c986b56e..a070808ea 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -24,7 +24,9 @@ compilers. Instructions for building these can be found at patch -Np1 -i ../gcc-&gcc-suppress-libiberty-patch-version;.patch</userinput></screen></para> <para>The second patch here suppresses the installation of libiberty from GCC, -as we will use the one provided by binutils instead.</para> +as we will use the one provided by binutils instead. Be careful +<emphasis>not</emphasis> to apply the GCC specs patch from Chapter 5 +here.</para> <para>The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory:</para> |