diff options
Diffstat (limited to 'chapter06')
-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 |