mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
2ff1ab9063
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
20 lines
561 B
XML
20 lines
561 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>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>
|
|
|