blob: 6d371370a8bd6d01df089b32e48d32faf12ece38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2 id="contents-gcc"><title>Contents of GCC</title>
<!-- <para>(Last checked against version &gcc-contversion;.)</para> -->
<para>The GCC package contains the GNU compiler collection, including
the C and C++ compilers.</para>
<para><emphasis>Installed programs</emphasis>: c++, cc (link to gcc),
cc1, cc1plus, collect2, cpp, g++, gcc, gccbug, and gcov</para>
<para><emphasis>Installed libraries</emphasis>: libgcc.a, libgcc_eh.a,
libgcc_s.so, libstdc++.[a,so] and libsupc++.a</para>
</sect2>
|