diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-27 03:17:49 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-27 03:17:49 +0000 |
commit | f6810d47a98a74bc11a1787843e10a32ab7eea27 (patch) | |
tree | bcf858d10fe9449686436466d9bdd756a5c3bacf /entities/gcc.ent | |
parent | 69b8ba44aae8e53d8a7cadf5d87974d6e796b221 (diff) |
Upgraded to: automake-1.6.1, bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, gettext-0.11.2, modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix patches for ncurses, perl and vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/gcc.ent')
-rw-r--r-- | entities/gcc.ent | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/entities/gcc.ent b/entities/gcc.ent index aac28107a..1bb40891f 100644 --- a/entities/gcc.ent +++ b/entities/gcc.ent @@ -13,12 +13,10 @@ <!ENTITY aa-gcc-dep SYSTEM "../appendixa/gcc-dep.xml"> <!ENTITY aa-gcc-down SYSTEM "../appendixa/gcc-down.xml"> -<!ENTITY gcc-version "2.95.3"> +<!ENTITY gcc-version "3.1"> <!ENTITY gcc-depversion "2.95.3"> <!ENTITY gcc-contversion "2.95.3"> -<!ENTITY gcc-size "9,618 KB"> -<!ENTITY gcc-patch-version "2.95.3-2"> -<!ENTITY gcc-patch-size "8 KB"> +<!ENTITY gcc-size "19,966 KB"> <!ENTITY gcc-package "gcc-&gcc-version;.tar.bz2"> <!ENTITY gcc-dir "gcc-&gcc-version;"> |