From 54bfb46292df13565932e2d384848722dd01b78d Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 18 Apr 2005 19:04:12 +0000 Subject: [PATCH] Merged chapter 6 gcc textual change from trunk. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5001 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index e7d3d138f..2956c2b04 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -36,11 +36,8 @@ variables that override default optimizations have been defined, such as CFLAGS and CXXFLAGS, unset them when building GCC. -Unpack both the gcc-core and the gcc-g++ tarballs—they will -unpack into the same directory. Likewise, extract the gcc-testsuite -package. The full GCC package contains additional compilers. -Instructions for building these can be found at . +Unpack both the gcc-core and the gcc-g++ tarballs—they will unpack +into the same directory. Likewise, extract the gcc-testsuite tarball. Apply only the No-Fixincludes patch (not the Specs patch) also used in the previous chapter: