diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-11 15:33:33 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-11 15:33:33 +0000 |
commit | 9898c41635f5bdbda6dbe47245c63a6518cbb0c6 (patch) | |
tree | 48f510b54820eba200554f488529149edfbfa6b5 | |
parent | b864e062cefe820a20842ef1d0842d7e74289e6b (diff) |
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
-rw-r--r-- | appendixa/gcc-desc.xml | 33 | ||||
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | entities/gcc.ent | 6 | ||||
-rw-r--r-- | index.xml | 4 |
4 files changed, 28 insertions, 19 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index 5d671e4cb..9881a2ed1 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -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> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a2fe78639..4e7265963 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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 diff --git a/entities/gcc.ent b/entities/gcc.ent index 1bb40891f..4cb59ae07 100644 --- a/entities/gcc.ent +++ b/entities/gcc.ent @@ -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"> |