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 /entities/gcc.ent | |
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
Diffstat (limited to 'entities/gcc.ent')
-rw-r--r-- | entities/gcc.ent | 6 |
1 files changed, 3 insertions, 3 deletions
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"> |