diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-21 03:39:20 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-21 03:39:20 +0000 |
commit | 37dcf2af375d91d1095e54403db6b77ea523ba4e (patch) | |
tree | af13339eed5155fd2f8903928c39aee8bbe3a3e2 /chapter05/gcc-pass2.xml | |
parent | bcd0ce7faafae9e2e127beab3374fb1cf2e448e0 (diff) |
Rolled back 4 patches to seds: GCC Suppress-Libiberty, Grub Gcc33, Man Manpath, Man Pager. Closes Bug 461.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 899d08cab..435fc8176 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -32,7 +32,8 @@ 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> -<para>Unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the +<para>This time we will build both the C and the C++ compilers, so you'll have +to 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> |