diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 2c68102dd..db2d3ab1b 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -1,11 +1,18 @@ -<sect1 id="ch06-gcc"> +<sect1 id="ch06-gcc" xreflabel="GCC"> <title>Installing GCC-&gcc-version;</title> <?dbhtml filename="gcc.html" dir="chapter06"?> +<para>The GCC package contains the GNU compiler collection, among them +the C and C++ compilers.</para> + <screen>Estimated build time: &gcc-time; Estimated required disk space: &gcc-compsize;</screen> -&aa-gcc-shortdesc; +<literallayout>Official download location for GCC (&gcc-version;): +<ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/> +And for the GCC No-Fixincludes Patch: +<ulink url="&patches-root;&gcc-nofixincludes-patch;"/></literallayout> + &aa-gcc-dep; <sect2><title> </title><para> </para></sect2> @@ -92,5 +99,8 @@ Chapter 5.</para></note> </sect2> +&aa-gcc-shortdesc; +&aa-gcc-desc; + </sect1> |