diff options
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 4bfefd81c..9c986b56e 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -43,11 +43,6 @@ cd ../gcc-build</userinput></screen></para> <para><screen><userinput>make</userinput></screen></para> -<note><para>At this point it is strongly recommended to repeat the sanity check -we performed earlier in the chapter. Refer back to the "Re-adjusting the -toolchain" section and repeat the check. If the results are wrong then most -likely, you erroneously applied the GCC Specs patch from Chapter 5.</para></note> - <para>Test the results, but don't stop at errors (you'll remember the few known ones):</para> @@ -72,4 +67,9 @@ compiler. To satisfy those packages, create a symlink:</para> <para><screen><userinput>ln -s gcc /usr/bin/cc</userinput></screen></para> +<note><para>At this point it is strongly recommended to repeat the sanity check +we performed earlier in the chapter. Refer back to the "Re-adjusting the +toolchain" section and repeat the check. If the results are wrong then most +likely, you erroneously applied the GCC Specs patch from Chapter 5.</para></note> + </sect2> |