diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-14 16:15:58 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-14 16:15:58 +0000 |
commit | dc0e9159c454159eb251bc99482da0d69d9d7762 (patch) | |
tree | 6c158c24ae2044c6d6f8b424eb08250ca0f13ab8 /chapter05/gcc-pass2.xml | |
parent | a4ee3d2cefe04174d9cb55f55cf7eda8a549ffc3 (diff) |
Removed references to separate gcc tarballs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 205f5be89..c25431601 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -58,12 +58,6 @@ test suites for GCC and Binutils until this issue is resolved. Please consult the LFS Wiki at <ulink url="&wiki-root;"/> for more information on how to get PTYs working.</para> -<para>Because the C and the C++ compilers will be built, unpack both -the core and the g++ tarballs (as well as test suite, if you want to -run the tests). By unpacking them in the working directory, they will -all unfold into a single <filename -class="directory">gcc-&gcc-version;/</filename> subdirectory.</para> - <para>First correct a known problem and make an essential adjustment:</para> <screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch; |