diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index b6d311e36..4d15dcec7 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -1,4 +1,4 @@ -<sect1 id="ch06-gcc" xreflabel="GCC"> +<sect1 id="ch-system-gcc" xreflabel="GCC"> <title>Installing GCC-&gcc-version;</title> <?dbhtml filename="gcc.html" dir="chapter06"?> @@ -72,7 +72,7 @@ known ones):</para> <screen><userinput>make -k check</userinput></screen> -<para>The test suite notes from <xref linkend="ch05-gcc-pass2"/> are still very +<para>The test suite notes from <xref linkend="ch-tools-gcc-pass2"/> are still very much appropriate here. Be sure to refer back there should you have any doubts.</para> @@ -93,7 +93,7 @@ compiler. To satisfy those packages, create a symlink:</para> <note><para>At this point it is strongly recommended to repeat the sanity check we performed earlier in this chapter. Refer back to -<xref linkend="ch06-adjustingtoolchain"/> and repeat the check. If the results +<xref linkend="ch-system-adjustingtoolchain"/> and repeat the check. If the results are wrong, then most likely you erroneously applied the GCC Specs patch from <xref linkend="chapter05"/>.</para></note> |