public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:master commit in: modules/catalyst/arch/
Date: Wed, 17 Aug 2011 04:23:02 +0000 (UTC)	[thread overview]
Message-ID: <793079a01f38299f91d1821096500f36cae5eb6c.mattst88@gentoo> (raw)

commit:     793079a01f38299f91d1821096500f36cae5eb6c
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Wed Aug 17 04:16:59 2011 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Wed Aug 17 04:16:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=793079a0

mips.py: call correct constructor in o32 classes

---
 modules/catalyst/arch/mips.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/catalyst/arch/mips.py b/modules/catalyst/arch/mips.py
index f042af4..af962c4 100644
--- a/modules/catalyst/arch/mips.py
+++ b/modules/catalyst/arch/mips.py
@@ -74,7 +74,7 @@ class arch_mips3_multilib(generic_mips64):
 class arch_mips4(generic_mips):
 	"Builder class for MIPS IV [Big-endian]"
 	def __init__(self,myspec):
-		generic_mips64.__init__(self,myspec)
+		generic_mips.__init__(self,myspec)
 		self.settings["CFLAGS"]="-O2 -mips4 -mabi=32 -pipe"
 
 class arch_mips4_n32(generic_mips64):
@@ -98,7 +98,7 @@ class arch_mips4_multilib(generic_mips64):
 class arch_mips64(generic_mips):
 	"Builder class for MIPS 64 [Big-endian]"
 	def __init__(self,myspec):
-		generic_mips64.__init__(self,myspec)
+		generic_mips.__init__(self,myspec)
 		self.settings["CFLAGS"]="-O2 -march=mips64 -mabi=32 -pipe"
 
 class arch_mips64_n32(generic_mips64):
@@ -212,7 +212,7 @@ class arch_loongson2f_n32(generic_mips64el):
 class arch_mipsel4(generic_mipsel):
 	"Builder class for all MIPS IV [Little-endian]"
 	def __init__(self,myspec):
-		generic_mips64el.__init__(self,myspec)
+		generic_mipsel.__init__(self,myspec)
 		self.settings["CFLAGS"]="-O2 -mips4 -mabi=32 -pipe"
 
 class arch_mipsel4_n32(generic_mips64el):
@@ -236,7 +236,7 @@ class arch_mipsel4_multilib(generic_mips64el):
 class arch_mips64el(generic_mipsel):
 	"Builder class for all MIPS 64 [Little-endian]"
 	def __init__(self,myspec):
-		generic_mips64el.__init__(self,myspec)
+		generic_mipsel.__init__(self,myspec)
 		self.settings["CFLAGS"]="-O2 -march=mips64 -mabi=32 -pipe"
 
 class arch_mips64el_n32(generic_mips64el):



             reply	other threads:[~2011-08-17  4:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-17  4:23 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-17 18:36 [gentoo-commits] proj/catalyst:master commit in: modules/catalyst/arch/ Matt Turner
2012-03-17 18:36 Matt Turner
2012-03-17 18:36 Matt Turner
2012-01-27 16:02 Matt Turner
2011-10-17  2:29 Matt Turner
2011-10-17  2:29 Matt Turner
2011-09-03  1:20 Matt Turner
2011-08-21 23:23 Matt Turner
2011-08-17  4:23 Matt Turner
2011-08-17  4:23 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-16 21:17 Matt Turner
2011-06-28  2:54 Matt Turner
2011-06-25 18:45 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=793079a01f38299f91d1821096500f36cae5eb6c.mattst88@gentoo \
    --to=mattst88@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox