diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-28 22:10:21 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-28 22:10:21 +0000 |
commit | 90afe40d900c2c055750a4761e29b54009a7f6a7 (patch) | |
tree | c70a2fe7ed8ad68a4ec797f1678e2426afd1b122 /chapter06/gcc.xml | |
parent | 3be4d973d4084f19562b87f852d003f636cb1649 (diff) |
Moving the notes on critical tests to a more conspicuous place.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3191 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 4d15dcec7..670a35b70 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -20,10 +20,6 @@ And for the GCC No-Fixincludes Patch: <sect2> <title>Installation of GCC</title> -<note><para>The test suite for GCC in this section is considered -<emphasis>critical</emphasis>. Our advice is to not skip it under any -circumstance.</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 @@ -67,6 +63,10 @@ cd ../gcc-build</userinput></screen> <screen><userinput>make</userinput></screen> +<important><para>The test suite for GCC in this section is considered +<emphasis>critical</emphasis>. Our advice is to not skip it under any +circumstance.</para></important> + <para>Test the results, but don't stop at errors (you'll remember the few known ones):</para> |