diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-16 07:28:26 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-16 07:28:26 +0000 |
commit | 1f536265dd95eaecbd3d666a788351c108caee35 (patch) | |
tree | 553eb85dda1c08d57c167033a9ff8b8ac1bd7302 /chapter05/gcc-pass2-inst.xml | |
parent | 18b65e2b0aa0a063ed09d4f464d8ab4dc2231898 (diff) |
Add sanity checks and some notes on the toolchain testsuites.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2825 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index a25d48703..28fa51213 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -11,6 +11,9 @@ supported by your host distribution. Most notably, a host distribution which does not properly support the devpts filesystem will cause most of these tests to fail.</para> +<note><para>It's worth noting that the GCC testsuite we run in this chapter is +considered not as critical as the one we run in Chapter 6.</para></note> + <para>Unpack all three GCC tarballs in one and the same working directory. They will all unfold into a single <filename>gcc-&gcc-version;/</filename> subdir.</para> |