changeset 3414:6e94aa73f057

Fix gcc-core download for linux-arm-softfloat.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 May 2007 18:05:37 +0200
parents e09b08c7f4a1
children 5e353821567e
files gub/specs/linux-arm-softfloat/cross/gcc-core.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/linux-arm-softfloat/cross/gcc-core.py	Thu May 03 18:04:18 2007 +0200
+++ b/gub/specs/linux-arm-softfloat/cross/gcc-core.py	Thu May 03 18:05:37 2007 +0200
@@ -5,7 +5,8 @@
 class Gcc_core (gcc.Gcc_core):
     def __init__ (self, settings):
         gcc.Gcc_core.__init__ (self, settings)
-        self.with_tarball (mirror=mirrors.gnu, version='3.4.6', format='bz2')
+        self.with_tarball (mirror=mirrors.gnu, version='3.4.6', format='bz2',
+                           name='gcc')
     def patch (self):
         gcc.Gcc_core.patch (self)
         self.system ('''