diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-16 00:08:42 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-16 00:08:42 +0000 |
commit | a001133b31b73376be437cc4483867149b03a1df (patch) | |
tree | c631c6fc9f827e15e07142b5208c7a716c219e1a /chapter06/gcc.xml | |
parent | 965224946e10cde1353270c2b82d64aa7c641e04 (diff) |
HEAD: Retaged the introductori packages sections in chapter0{6,7,8}
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 73e4cab92..79dcc7974 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -3,24 +3,30 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-gcc" xreflabel="GCC"> +<sect1 id="ch-system-gcc" xreflabel="GCC" role="wrap"> <title>GCC-&gcc-version;</title> <?dbhtml filename="gcc.html"?> <indexterm zone="ch-system-gcc"><primary sortas="a-GCC">GCC</primary></indexterm> +<sect2 role="package"><title/> <para>The GCC package contains the GNU compiler collection, which includes the C and C++ compilers.</para> -<screen>&buildtime; 11.7 SBU -&diskspace; 294 MB</screen> - -<para>GCC installation depends on: Bash, Binutils, Coreutils, Diffutils, Findutils, -Gawk, Gettext, Glibc, Grep, Make, Perl, Sed, Texinfo.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>11.7 SBU</seg><seg>294 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>GCC installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, Findutils, +Gawk, Gettext, Glibc, Grep, Make, Perl, Sed, Texinfo</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of GCC</title> <para>This package is known to behave badly when you have changed its |