diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 02:33:08 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 02:33:08 +0000 |
commit | 40b88c2601f0396b80f18e2d28d6031c5a96f35d (patch) | |
tree | f1736eaa6d7759048d0fbfc9df4fcc410a811ff7 /chapter06/gcc-inst.xml | |
parent | 327e4a3bf140d58c36a2378550703dbbd7c91e63 (diff) |
Updated GCC to 3.3.1 with Zack's mini-hint
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2700 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 4cd23a986..0908c05a7 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -11,12 +11,13 @@ or modifying them when building GCC.</para> <para>This time we will build both the C and the C++ compiler, so you'll have to unpack the GCC-core <emphasis>and</emphasis> the GCC-g++ tarball -- they -will unfold into the same directory. The full GCC package contains even more +will unfold into the same directory. You should likewise extract the +GCC-testsuite package. The full GCC package contains even more compilers. Instructions for building these can be found at <ulink url="&blfs-root;view/cvs/general/gcc.html"/>.</para> <para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch -patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch</userinput></screen></para> +</userinput></screen></para> <para>GCC's installation documentation recommends to build the package in a dedicated directory separate from the source tree. Create this build |