diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-04-18 18:47:14 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-04-18 18:47:14 +0000 |
commit | 2966dd263a515bfef902a9d7b4067f4d8df50046 (patch) | |
tree | e4838c51700cbe491a92a7d0e3423164651e4f0a /chapter06/gcc.xml | |
parent | ec7b247172884dcc0cea55bd3ed2f61a61a327e5 (diff) |
Removed reference to BLFS in chapter6 gcc. Bug 1064.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 39d8bf7ee..88870503b 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -37,11 +37,7 @@ as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>, unset them when building GCC.</para> <para>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. Fortran, Java and Objective-C can be -added to the configure line. Ada will require more work. Instructions for -building these can be found at <ulink -url="&blfs-root;view/svn/general/gcc.html"/>.</para> +into the same directory. Likewise, extract the gcc-testsuite package.</para> <para>Apply only the No-Fixincludes patch (not the Specs patch) also used in the previous chapter:</para> |