diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 10:51:08 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 10:51:08 +0000 |
commit | 1668d8e3f77807b23d9f90eb4eefebc0acced300 (patch) | |
tree | 0bff8d16fada479da9b524c2840a8a30a58724de /chapter05/gcc-pass2-inst.xml | |
parent | 1f0f472d6e912ee178438b595161cf960e8e5a5c (diff) |
Adding some markup, and other brush-ups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 65a2964c7..cde5cb609 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -107,6 +107,9 @@ needed to ensure that both C and C++ compilers are built.</para></listitem> as the compiler we're using to compile this GCC was built from the exact same version of the GCC sources we used earlier.</para> +<note><para>It's worth pointing out that running the GCC test suite here +is considered not as important running it in Chapter 6.</para></note> + <para>Test the results:</para> <screen><userinput>make -k check</userinput></screen> @@ -155,7 +158,7 @@ to continue on.</para> <note><para>At this point it is strongly recommended to repeat the sanity check we performed earlier in the chapter. Refer back to <xref linkend="ch05-locking-glibc"/> and repeat the check. If the results are -wrong then most likely, you forgot to apply the above mentioned GCC Specs +wrong, then most likely you forgot to apply the above mentioned GCC Specs patch.</para></note> </sect2> |