mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
dec4b0a901
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
16 lines
484 B
XML
16 lines
484 B
XML
<sect2><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>
|
|
|