diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
commit | 3be4d973d4084f19562b87f852d003f636cb1649 (patch) | |
tree | 908f372d80bef1d37213a61e128967784cad60d0 /chapter06/gcc.xml | |
parent | a52b2c2383dd24bca424afebcc3220f571bfbf9b (diff) |
Changing identifiers in preparation for moving sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |