diff options
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> |