diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9ed174c33..2df7bdd3b 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -24,10 +24,6 @@ at <filename>/tools</filename>. We cannot adjust the specs and linker before the Glibc install, because the Glibc autoconf tests would then give bogus results and thus defeat our goal of achieving a clean build.</para> -<note><para>The test suite for Glibc in this section is considered -<emphasis>critical</emphasis>. Our advice is to not skip it under any -circumstance.</para></note> - <para>Before starting to build Glibc, remember to unset any environment variables that override the default optimization flags.</para> @@ -67,6 +63,10 @@ kernel headers into <filename>/usr/include</filename>.</para></listitem> <screen><userinput>make</userinput></screen> +<important><para>The test suite for Glibc in this section is considered +<emphasis>critical</emphasis>. Our advice is to not skip it under any +circumstance.</para></important> + <para>Test the results:</para> <screen><userinput>make check</userinput></screen> |