changeset 3409:a2d0e2769ee3

Bugfix: match gcc version with patch.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 May 2007 16:08:06 +0200
parents 7c6d1b368640
children cf20c8be49d7
files gub/specs/linux-arm-softfloat/cross/gcc.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/linux-arm-softfloat/cross/gcc.py	Thu May 03 16:06:34 2007 +0200
+++ b/gub/specs/linux-arm-softfloat/cross/gcc.py	Thu May 03 16:08:06 2007 +0200
@@ -2,6 +2,9 @@
 from gub import misc
 
 class Gcc (gcc.Gcc):
+    def __init__ (self, settings):
+        gcc.Gcc.__init__ (self, settings)
+        self.with_tarball (mirror=mirrors.gnu, version='3.4.6', format='bz2')
     def patch (self):
         gcc.Gcc.patch (self)
         self.system ('''