diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 18:04:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 18:04:52 +0000 |
commit | 7681a57ae95583421fc47a79859aedfe17a76050 (patch) | |
tree | 6fecc13ea01c8325b745cb6862225a6f62d52bfd /appendixa | |
parent | 0416698d7a5f56b3afc5a602b70c7057be86c556 (diff) |
Redid GCC installation page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/gcc-dep.xml | 2 | ||||
-rw-r--r-- | appendixa/gcc-desc.xml | 16 | ||||
-rw-r--r-- | appendixa/gcc-shortdesc.xml | 19 | ||||
-rw-r--r-- | appendixa/gcc.xml | 1 |
4 files changed, 27 insertions, 11 deletions
diff --git a/appendixa/gcc-dep.xml b/appendixa/gcc-dep.xml index 6a25150f2..32028936d 100644 --- a/appendixa/gcc-dep.xml +++ b/appendixa/gcc-dep.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>GCC Installation Dependencies</title> diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index 8848a5120..3193fd7a2 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -1,12 +1,10 @@ -<sect2><title>Contents of GCC</title> +<sect2><title> </title><para> </para></sect2> -<para>Last checked against version &gcc-contversion;.</para> +<sect2><title>Descriptions</title> -<sect3><title>Program Files</title> -<para>c++, c++filt, cc (link to gcc), cc1, cc1plus, collect2, cpp, cpp0, -g++, gcc, gccbug, gcov and tradcpp0</para></sect3> +<para>Last checked against version &gcc-contversion;.</para> -<sect3><title>Descriptions</title> +<sect3><title>Program files descriptions</title> <sect4><title>cc, cc1, cc1plus, gcc</title> <para>These are the C compiler. A compiler translates source code in @@ -49,11 +47,7 @@ code through optimization.</para></sect4> </sect3> -<sect3><title>Library Files</title> -<para>libgcc.a, libgcc_eh.a, libgcc_s.so, libiberty.a, libstdc++.[a,so], -libsupc++.a</para></sect3> - -<sect3><title>Descriptions</title> +<sect3><title>Library files descriptions</title> <sect4><title>libgcc, libgcc_eh, libgcc_s</title> <para>Run-time support files for gcc.</para></sect4> diff --git a/appendixa/gcc-shortdesc.xml b/appendixa/gcc-shortdesc.xml new file mode 100644 index 000000000..7379d26e3 --- /dev/null +++ b/appendixa/gcc-shortdesc.xml @@ -0,0 +1,19 @@ +<sect2><title>Contents of GCC</title> + +<para>Last checked against version &gcc-contversion;.</para> + +<para>The GCC package contains the GNU compiler collecting, including the C +and C++ compilers.</para> + +<para>GCC installs the following files:</para> + +<sect3><title>Program Files</title> +<para>c++, c++filt, cc (link to gcc), cc1, cc1plus, collect2, cpp, cpp0, +g++, gcc, gccbug, gcov and tradcpp0</para></sect3> + +<sect3><title>Library Files</title> +<para>libgcc.a, libgcc_eh.a, libgcc_s.so, libiberty.a, libstdc++.[a,so], +libsupc++.a</para></sect3> + +</sect2> + diff --git a/appendixa/gcc.xml b/appendixa/gcc.xml index 784506a88..a25571bc1 100644 --- a/appendixa/gcc.xml +++ b/appendixa/gcc.xml @@ -3,6 +3,7 @@ <?dbhtml filename="gcc.html" dir="appendixa"?> &aa-gcc-down; +&aa-gcc-shortdesc; &aa-gcc-desc; &aa-gcc-dep; |