From 9898c41635f5bdbda6dbe47245c63a6518cbb0c6 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Tue, 11 Jun 2002 15:33:33 +0000 Subject: 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 --- appendixa/gcc-desc.xml | 33 +++++++++++++++++++-------------- chapter01/changelog.xml | 4 ++++ entities/gcc.ent | 6 +++--- 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 @@ Program Files c++, c++filt, cc (link to gcc), cc1, cc1plus, collect2, cpp, cpp0, -g++, gcc, gcov, protoize and unprotoize +g++, gcc, gccbug, gcov, i686-pc-linux-gnu-c++, i686-pc-linux-gnu-g++, +i686-pc-linux-gnu-gcc, tradcpp0 Descriptions @@ -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. +gccbug +gccbug is a shell script which is used to simplify the creation of +bug reports. + gcov gcov analyzes programs to help create more efficient, faster running code through optimization. -protoize -protoize converts old-style pre-ANSI -functions or definitions to new-style ANSI C prototypes (the default file -for looking known ones up is -/usr/lib/gcc-lib/<arch>/<version>/SYSCALLS.c.X). +i686-pc-linux-gnu-c++, i686-pc-linux-gnu-g++, +i686-pc-linux-gnu-gcc +No description is currently available. -unprotoize -unprotoize converts prototypes -back to the original old-style pre-ANSI functions, doing a correct -job only when they were converted with protoize. +tradcpp0 +No description is currently available. Library Files -libgcc.a, libiberty.a, libstdc++.[a,so] +libgcc.a, libgcc_eh.a, libgcc_s.so, libiberty.a, libstdc++.[a,so], +libsupc++.a -libgcc -libgcc.a is a run-time support file for gcc. Most of the time, on most -machines, libgcc.a is not actually necessary. +libgcc, libgcc_eh, libgcc_s +Run-time support files for gcc. libiberty 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. +libsupc++ +libsup++ provides support for the c++ programming language. Among other +things, libsup++ contains routines for exception handling. + 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 @@ +June 11th, 2002 [timothy]: Chapter 05 & 06 - GCC: +Updated the package contents and the estimated required disk +space. + 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 @@ - + - + - + diff --git a/index.xml b/index.xml index 96a94aa82..70bafeafe 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf