diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:23:50 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:23:50 +0000 |
commit | 58882995289b0b69420b13297bf87c4b4d398192 (patch) | |
tree | ff191d33957a2df74a39f4d20c26fbf421e2ca3d /chapter05/gcc-pass1.xml | |
parent | 12c8f83b75be00e9e884761ea688d5f8aa5b30d1 (diff) |
Moving stuff from appendix A to chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 226b67333..6a83e9089 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -5,7 +5,9 @@ <screen>Estimated build time: &gcc-time-tools-pass1; Estimated required disk space: &gcc-compsize-tools-pass1;</screen> -&aa-gcc-shortdesc; +<literallayout>Official download location for GCC (&gcc-version;): +<ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/></literallayout> + &aa-gcc-dep; <sect2><title> </title><para> </para></sect2> @@ -97,5 +99,9 @@ C compiler to install, as long as there's a symlink pointing to it:</para> </sect2> +<sect2><title> </title><para> </para> +<para>The details on this package are found in <xref linkend="contents-gcc"/>.</para> +<para> </para></sect2> + </sect1> |