diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-14 18:39:56 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-14 18:39:56 +0000 |
commit | 5a553316f3685492f24e13da1aee7fbda529aa2f (patch) | |
tree | c80241070f14f158931f2eccd2a5872720761b25 /chapter05 | |
parent | 127b3866340b1a0de975cf324403b24bddbe93b3 (diff) |
Removed references to separate gcc tarballs. (Merged from trunk r5919)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass1.xml | 7 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 6 |
2 files changed, 1 insertions, 12 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index c82af0e26..66c011c8a 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -27,9 +27,6 @@ <sect2 role="installation"> <title>Installation of GCC</title> -<para>Unpack only the gcc-core tarball because neither the C++ -compiler nor the test suite will be needed here.</para> - <para>This package is known to have issues when its default optimization flags (including the <parameter>-march</parameter> and <parameter>-mcpu</parameter> options) are changed. If any environment @@ -74,9 +71,7 @@ results.</para></listitem> <varlistentry> <term><parameter>--enable-languages=c</parameter></term> <listitem><para>This option ensures that only the C compiler is built. -This option is only needed when you have downloaded and unpacked the -full GCC tarball, as opposed to just the gcc-core -tarball.</para></listitem> +</para></listitem> </varlistentry> </variablelist> diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 9eda7a226..9bde9777d 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -56,12 +56,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-&gcc-version;-no_fixincludes-1.patch |