diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-11 22:49:50 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-11 22:49:50 +0000 |
commit | ab6f1859dd20771fcf1a6b62ecd2fd8819666c26 (patch) | |
tree | 3e9bc15124c8f4d56b5459d70a27f86dda7b2364 /entities/gcc.ent | |
parent | 775a2682d0633c2777b93207bd495708f9724258 (diff) |
small things around coreutils and bugs #518 and #520
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/gcc.ent')
-rw-r--r-- | entities/gcc.ent | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/entities/gcc.ent b/entities/gcc.ent index 4702610db..2678ac9ed 100644 --- a/entities/gcc.ent +++ b/entities/gcc.ent @@ -21,11 +21,13 @@ <!ENTITY gcc-depversion "2.95.3"> <!ENTITY gcc-contversion "3.1"> <!ENTITY gcc-core-size "13,140 KB"> -<!ENTITY gcc-g-size "2520 KB"> +<!ENTITY gcc-gpp-size "2564 KB"> +<!ENTITY gcc-testsuite-size "1180 KB"> <!ENTITY gcc-patch-version "3.2.1"> <!ENTITY gcc-patch-size "4 KB"> <!ENTITY gcc-core-package "gcc-core-&gcc-version;.tar.bz2"> -<!ENTITY gcc-g-package "gcc-g++-&gcc-version;.tar.bz2"> +<!ENTITY gcc-gpp-package "gcc-g++-&gcc-version;.tar.bz2"> +<!ENTITY gcc-testsuite-package "gcc-testsuite-&gcc-version;.tar.bz2"> <!ENTITY gcc-dir "gcc-&gcc-version;"> <!ENTITY gcc-compsize-pass1-stage1 "326 MB"> |