mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Updated the package contents and the estimated required disk space for GCC.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b864e062ce
commit
9898c41635
@ -4,7 +4,8 @@
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>c++, c++filt, cc (link to gcc), cc1, cc1plus, collect2, cpp, cpp0,
|
||||
g++, gcc, gcov, protoize and unprotoize</para></sect3>
|
||||
g++, gcc, gccbug, gcov, i686-pc-linux-gnu-c++, i686-pc-linux-gnu-g++,
|
||||
i686-pc-linux-gnu-gcc, tradcpp0</para></sect3>
|
||||
|
||||
<sect3><title>Descriptions</title>
|
||||
|
||||
@ -32,29 +33,29 @@ like #include <filename>. The preprocessor inserts the
|
||||
contents of that file into the source file. That's one of the things a
|
||||
preprocessor does.</para></sect4>
|
||||
|
||||
<sect4><title>gccbug</title>
|
||||
<para>gccbug is a shell script which is used to simplify the creation of
|
||||
bug reports.</para></sect4>
|
||||
|
||||
<sect4><title>gcov</title>
|
||||
<para>gcov analyzes programs to help create more efficient, faster running
|
||||
code through optimization.</para></sect4>
|
||||
|
||||
<sect4><title>protoize</title>
|
||||
<para>protoize converts old-style pre-ANSI
|
||||
functions or definitions to new-style ANSI C prototypes (the default file
|
||||
for looking known ones up is
|
||||
<filename>/usr/lib/gcc-lib/<arch>/<version>/SYSCALLS.c.X</filename>).</para></sect4>
|
||||
<sect4><title>i686-pc-linux-gnu-c++, i686-pc-linux-gnu-g++,
|
||||
i686-pc-linux-gnu-gcc</title>
|
||||
<para>No description is currently available.</para></sect4>
|
||||
|
||||
<sect4><title>unprotoize</title>
|
||||
<para>unprotoize converts prototypes
|
||||
back to the original old-style pre-ANSI functions, doing a correct
|
||||
job only when they were converted with protoize.</para></sect4>
|
||||
<sect4><title>tradcpp0</title>
|
||||
<para>No description is currently available.</para></sect4>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Library Files</title>
|
||||
<para>libgcc.a, libiberty.a, libstdc++.[a,so]</para>
|
||||
<para>libgcc.a, libgcc_eh.a, libgcc_s.so, libiberty.a, libstdc++.[a,so],
|
||||
libsupc++.a</para>
|
||||
|
||||
<sect4><title>libgcc</title>
|
||||
<para>libgcc.a is a run-time support file for gcc. Most of the time, on most
|
||||
machines, libgcc.a is not actually necessary.</para></sect4>
|
||||
<sect4><title>libgcc, libgcc_eh, libgcc_s</title>
|
||||
<para>Run-time support files for gcc.</para></sect4>
|
||||
|
||||
<sect4><title>libiberty</title>
|
||||
<para>libiberty is a collection of subroutines used by various GNU
|
||||
@ -67,6 +68,10 @@ programmer doesn't have to write certain functions (such as writing a
|
||||
string of text to the screen) from scratch every time he creates a
|
||||
program.</para></sect4>
|
||||
|
||||
<sect4><title>libsupc++</title>
|
||||
<para>libsup++ provides support for the c++ programming language. Among other
|
||||
things, libsup++ contains routines for exception handling.</para></sect4>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -45,6 +45,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>June 11th, 2002 [timothy]: Chapter 05 & 06 - GCC:
|
||||
Updated the package contents and the estimated required disk
|
||||
space.</para></listitem>
|
||||
|
||||
<listitem><para>June 9th, 2002 [markh]: Chapter 06 - Creating
|
||||
Directories: Changed usr,usr/local to just usr/local as we use the -p
|
||||
option to mkdir which will create the usr directory
|
||||
|
@ -15,13 +15,13 @@
|
||||
|
||||
<!ENTITY gcc-version "3.1">
|
||||
<!ENTITY gcc-depversion "2.95.3">
|
||||
<!ENTITY gcc-contversion "2.95.3">
|
||||
<!ENTITY gcc-contversion "3.1">
|
||||
<!ENTITY gcc-size "19,966 KB">
|
||||
<!ENTITY gcc-package "gcc-&gcc-version;.tar.bz2">
|
||||
<!ENTITY gcc-dir "gcc-&gcc-version;">
|
||||
|
||||
<!ENTITY gcc-compsize-static "168 MB">
|
||||
<!ENTITY gcc-compsize-static "233 MB">
|
||||
<!ENTITY gcc-time-static "22 minutes">
|
||||
|
||||
<!ENTITY gcc-compsize "148 MB">
|
||||
<!ENTITY gcc-compsize "221 MB">
|
||||
<!ENTITY gcc-time "22 minutes">
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20020609">
|
||||
<!ENTITY releasedate "June 9th, 2002">
|
||||
<!ENTITY version "20020611">
|
||||
<!ENTITY releasedate "June 11th, 2002">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user