From dc0e9159c454159eb251bc99482da0d69d9d7762 Mon Sep 17 00:00:00 2001 From: Archaic Date: Tue, 14 Jun 2005 16:15:58 +0000 Subject: Removed references to separate gcc tarballs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'chapter05/gcc-pass1.xml') diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index a02f34120..a960d1ae1 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -29,9 +29,6 @@ Installation of GCC -Unpack only the gcc-core tarball because neither the C++ -compiler nor the test suite will be needed here. - This package is known to have issues when its default optimization flags (including the -march and -mcpu options) are changed. If any environment @@ -76,9 +73,7 @@ results. --enable-languages=c 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. + -- cgit v1.2.3-54-g00ecf