git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1293
d1e1f19c-881f-0410-ab34-
b69fee027534
# 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
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"]