diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-18 17:13:09 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-18 17:13:09 +0000 |
commit | db7ac2fe799eb4366f112c140a727474cc1cbb77 (patch) | |
tree | 3de9fc0fc550af4fda8818edb12a0e3dad3f9e32 /chapter05 | |
parent | 1c7e8cce36a94d5f0fcc108c4161bb9a2edfde78 (diff) |
added some extra comments regarding the 3 gcc tarballs in chapter 5 gcc pass 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index b8149d2ca..c9eb1dd25 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -14,7 +14,7 @@ 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. +<para>Unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the same working directory. They will all unfold into a single <filename>gcc-&gcc-version;/</filename> subdir.</para> |