aboutsummaryrefslogtreecommitdiffstats
path: root/entities/gcc.ent
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-07 04:33:47 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-07 04:33:47 +0000
commit4e010de526765be098f8013a9c81bfbd0738dfab (patch)
tree69ce56880da9f87a6c82b15ce93b42db6a953e57 /entities/gcc.ent
parentee9c1597ca7ca09fdb09050b6148e77ede79aa0f (diff)
Switch to gcc-core and gcc-g++. Change '&' to '&amp;'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/gcc.ent')
-rw-r--r--entities/gcc.ent6
1 files changed, 4 insertions, 2 deletions
diff --git a/entities/gcc.ent b/entities/gcc.ent
index e049288a4..348a6c678 100644
--- a/entities/gcc.ent
+++ b/entities/gcc.ent
@@ -17,10 +17,12 @@
<!ENTITY gcc-version "3.2">
<!ENTITY gcc-depversion "2.95.3">
<!ENTITY gcc-contversion "3.1">
-<!ENTITY gcc-size "20,043 KB">
+<!ENTITY gcc-core-size "9,978 KB">
+<!ENTITY gcc-g-size "1,838 KB">
<!ENTITY gcc-patch-version "3.2">
<!ENTITY gcc-patch-size "4 KB">
-<!ENTITY gcc-package "gcc-&gcc-version;.tar.bz2">
+<!ENTITY gcc-core-package "gcc-core-&gcc-version;.tar.bz2">
+<!ENTITY gcc-g-package "gcc-g++-&gcc-version;.tar.bz2">
<!ENTITY gcc-dir "gcc-&gcc-version;">
<!ENTITY gcc-compsize-static "326 MB">