diff options
Diffstat (limited to 'chapter05/gcc-pass1-inst.xml')
-rw-r--r-- | chapter05/gcc-pass1-inst.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index a36310b2a..5b39c34ea 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -6,6 +6,11 @@ <para>Unpack only the GCC-core tarball, as we won't be needing a C++ compiler for the moment.</para> +<note><para>Even though GCC is an important toolchain package, we are not +going to run the testsuite at this early stage. Firstly, the testsuite +framework is not yet in place and secondly, the programs from this first pass +will soon be overwritten by those installed in the second pass.</para></note> + <para>This package is known to behave badly when you have changed its default optimization flags (including the -march and -mcpu options). Therefore, if you have defined any environment variables that override |