diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 12:02:47 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 12:02:47 +0000 |
commit | f27835d93f9d4244e585e3aa47bd74bd9b06cbec (patch) | |
tree | c8930a05c6d347620595cc1fc64d450e7586976f /entities/gcc.ent | |
parent | 313e096081b296d7993c5fa688a25954de15ad63 (diff) |
Adapting the required disk space sizes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/gcc.ent')
-rw-r--r-- | entities/gcc.ent | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/entities/gcc.ent b/entities/gcc.ent index bd81a80ff..71778f103 100644 --- a/entities/gcc.ent +++ b/entities/gcc.ent @@ -30,11 +30,11 @@ <!ENTITY gcc-suppress-libiberty-patch "gcc-&gcc-version;-suppress-libiberty.patch"> <!ENTITY gcc-suppress-libiberty-patch-size "1 KB"> -<!ENTITY gcc-compsize-pass1-stage1 "326 MB"> -<!ENTITY gcc-time-pass1-stage1 "3.9 SBU"> +<!ENTITY gcc-compsize-tools-pass1 "300 MB"> +<!ENTITY gcc-time-tools-pass1 "4.4 SBU"> -<!ENTITY gcc-compsize-pass2-stage1 "326 MB"> -<!ENTITY gcc-time-pass2-stage1 "11.0 SBU"> +<!ENTITY gcc-compsize-tools-pass2 "274 MB"> +<!ENTITY gcc-time-tools-pass2 "11.0 SBU"> -<!ENTITY gcc-compsize "221 MB"> +<!ENTITY gcc-compsize "294 MB"> <!ENTITY gcc-time "11.7 SBU"> |