gcc-shortdesc.xml 502 B

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