Changing cobalt_n32 to use mipsel4_n32 as its inheritance point. Thanks to Stuart...
authorChris Gianelloni <wolf31o2@gentoo.org>
Sat, 9 Feb 2008 01:23:31 +0000 (01:23 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Sat, 9 Feb 2008 01:23:31 +0000 (01:23 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1293 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
arch/mips.py

index e12e2678f284ae603d89ef874ecba2b0ced3419c..04de4a35aba08efbc7ac34d646df990432d3cf97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  09 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/mips.py:
+  Changing cobalt_n32 to use mipsel4_n32 as its inheritance point. Thanks to
+  Stuart Longland <redhatter@gentoo.org> for pointing this change out.
+
   08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   modules/catalyst_support.py:
   Fix up calc_contents in contents_map. Thanks to Brent Baude
index 5239fae6873fb33e8ee46349b62f9ab866579b5a..f39a9924fb9238563356792148d4fd7a26940db6 100644 (file)
@@ -123,7 +123,7 @@ class arch_cobalt(generic_mipsel):
 class arch_cobalt_n32(generic_mipsel):
        "Builder class for all cobalt [Little-endian N32]"
        def __init__(self,myspec):
-               arch_cobalt.__init__(self,myspec)
+               arch_mipsel4_n32.__init__(self,myspec)
                self.settings["CFLAGS"]="-O2 -march=r5000 -mabi=n32 -pipe"
                self.settings["HOSTUSE"]=["cobalt","n32"]