diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-24 17:28:42 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-24 17:28:42 +0000 |
commit | 7f1fcd89bbc057b79fb7316f08d69b14c349becb (patch) | |
tree | 84cee752c0c5eab717e398333b85a059561f4f99 /chapter06/gcc-2953-inst.xml | |
parent | 494f01fcd6473c8d424744fe7b872dd35a33f5d0 (diff) |
Adding several cross reference tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-2953-inst.xml')
-rw-r--r-- | chapter06/gcc-2953-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml index a45c341fd..782f708bc 100644 --- a/chapter06/gcc-2953-inst.xml +++ b/chapter06/gcc-2953-inst.xml @@ -10,7 +10,8 @@ default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting or modifying them when building GCC.</para> <para>This is an older release of GCC which we are going to install for the -purpose of compiling the Linux kernel in Chapter 8. This version is recommended +purpose of compiling the Linux kernel in <xref linkend="chapter08"/>. This +version is recommended by the kernel developers when you need absolute stability. Later versions of GCC have not received as much testing for Linux kernel compilation. Using a later version is likely to work, however, we recommend adhering to the kernel |