Changeset 9898c41


Ignore:
Timestamp:
06/11/2002 03:33:33 PM (22 years ago)
Author:
Timothy Bauscher <timothy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
67cdf56
Parents:
b864e06
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendixa/gcc-desc.xml

    rb864e06 r9898c41  
    55<sect3><title>Program Files</title>
    66<para>c++, c++filt, cc (link to gcc), cc1, cc1plus, collect2, cpp, cpp0,
    7 g++, gcc, gcov, protoize and unprotoize</para></sect3>
     7g++, gcc, gccbug, gcov, i686-pc-linux-gnu-c++, i686-pc-linux-gnu-g++,
     8i686-pc-linux-gnu-gcc, tradcpp0</para></sect3>
    89
    910<sect3><title>Descriptions</title>
     
    3334preprocessor does.</para></sect4>
    3435
     36<sect4><title>gccbug</title>
     37<para>gccbug is a shell script which is used to simplify the creation of
     38bug reports.</para></sect4>
     39
    3540<sect4><title>gcov</title>
    3641<para>gcov analyzes programs to help create more efficient, faster running
    3742code through optimization.</para></sect4>
    3843
    39 <sect4><title>protoize</title>
    40 <para>protoize converts old-style pre-ANSI
    41 functions or definitions to new-style ANSI C prototypes (the default file
    42 for looking known ones up is
    43 <filename>/usr/lib/gcc-lib/&lt;arch&gt;/&lt;version&gt;/SYSCALLS.c.X</filename>).</para></sect4>
     44<sect4><title>i686-pc-linux-gnu-c++, i686-pc-linux-gnu-g++,
     45i686-pc-linux-gnu-gcc</title>
     46<para>No description is currently available.</para></sect4>
    4447
    45 <sect4><title>unprotoize</title>
    46 <para>unprotoize converts prototypes
    47 back to the original old-style pre-ANSI functions, doing a correct
    48 job only when they were converted with protoize.</para></sect4>
     48<sect4><title>tradcpp0</title>
     49<para>No description is currently available.</para></sect4>
    4950
    5051</sect3>
    5152
    5253<sect3><title>Library Files</title>
    53 <para>libgcc.a, libiberty.a, libstdc++.[a,so]</para>
     54<para>libgcc.a, libgcc_eh.a, libgcc_s.so, libiberty.a, libstdc++.[a,so],
     55libsupc++.a</para>
    5456
    55 <sect4><title>libgcc</title>
    56 <para>libgcc.a is a run-time support file for gcc. Most of the time, on most
    57 machines, libgcc.a is not actually necessary.</para></sect4>
     57<sect4><title>libgcc, libgcc_eh, libgcc_s</title>
     58<para>Run-time support files for gcc.</para></sect4>
    5859
    5960<sect4><title>libiberty</title>
     
    6869program.</para></sect4>
    6970
     71<sect4><title>libsupc++</title>
     72<para>libsup++ provides support for the c++ programming language. Among other
     73things, libsup++ contains routines for exception handling.</para></sect4>
     74
    7075</sect3>
    7176
  • chapter01/changelog.xml

    rb864e06 r9898c41  
    4545</itemizedlist>
    4646</para></listitem>
     47
     48<listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 06 - GCC:
     49Updated the package contents and the estimated required disk
     50space.</para></listitem>
    4751
    4852<listitem><para>June 9th, 2002 [markh]: Chapter 06 - Creating
  • entities/gcc.ent

    rb864e06 r9898c41  
    1616<!ENTITY gcc-version "3.1">
    1717<!ENTITY gcc-depversion "2.95.3">
    18 <!ENTITY gcc-contversion "2.95.3">
     18<!ENTITY gcc-contversion "3.1">
    1919<!ENTITY gcc-size "19,966 KB">
    2020<!ENTITY gcc-package "gcc-&gcc-version;.tar.bz2">
    2121<!ENTITY gcc-dir "gcc-&gcc-version;">
    2222
    23 <!ENTITY gcc-compsize-static "168 MB">
     23<!ENTITY gcc-compsize-static "233 MB">
    2424<!ENTITY gcc-time-static "22 minutes">
    2525
    26 <!ENTITY gcc-compsize "148 MB">
     26<!ENTITY gcc-compsize "221 MB">
    2727<!ENTITY gcc-time "22 minutes">
  • index.xml

    rb864e06 r9898c41  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20020609">
    8 <!ENTITY releasedate "June 9th, 2002">
     7<!ENTITY version "20020611">
     8<!ENTITY releasedate "June 11th, 2002">
    99
    1010<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
Note: See TracChangeset for help on using the changeset viewer.