diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-12 01:17:37 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-12 01:17:37 +0000 |
commit | a3f6e12435c4372fd87927e4ea19c91896bdb8e8 (patch) | |
tree | f7ca750dd2686ced6cefb8bd84b444741410cce7 /chapter05/gcc-pass2-inst.xml | |
parent | f27835d93f9d4244e585e3aa47bd74bd9b06cbec (diff) |
Minor touchups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2969 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, 0 insertions, 3 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index cde5cb609..7a7e90d38 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -24,9 +24,6 @@ are able to resolve the issue. You can consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org/"/> for more information on how to get PTYs working.</para> -<note><para>It's worth pointing out that the GCC test suite we run in this -section is considered not as important as the one we run in Chapter 6.</para></note> - <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> subdirectory.</para> |