From 5ec95d38b7f887702f828556fc163fd76b74f3c2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sat, 9 Feb 2008 01:23:31 +0000 Subject: [PATCH] Changing cobalt_n32 to use mipsel4_n32 as its inheritance point. Thanks to Stuart Longland for pointing this change out. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1293 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ arch/mips.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e12e2678..04de4a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 09 Feb 2008; Chris Gianelloni arch/mips.py: + Changing cobalt_n32 to use mipsel4_n32 as its inheritance point. Thanks to + Stuart Longland for pointing this change out. + 08 Feb 2008; Chris Gianelloni catalyst, modules/catalyst_support.py: Fix up calc_contents in contents_map. Thanks to Brent Baude diff --git a/arch/mips.py b/arch/mips.py index 5239fae6..f39a9924 100644 --- a/arch/mips.py +++ b/arch/mips.py @@ -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"] -- 2.26.2