From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:master commit in: /, modules/catalyst/arch/
Date: Sat, 25 Jun 2011 16:26:06 +0000 (UTC) [thread overview]
Message-ID: <aa1bc0998b169f14d8757677a279431299be70b2.mattst88@gentoo> (raw)
commit: aa1bc0998b169f14d8757677a279431299be70b2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 16:10:59 2011 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Sat Jun 25 16:10:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=aa1bc099
mips.py: Remove ip* classes
They were clearly never even tested since they were inheriting the
little-endian abstract class.
---
ChangeLog | 3 ++
modules/catalyst/arch/mips.py | 42 -----------------------------------------
2 files changed, 3 insertions(+), 42 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d468265..dc7c0e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
# $Id$
25 Jun 2011; Matt Turner <mattst88@gentoo.org>
+ modules/catalyst/arch/mips.py: Remove ip* classes
+
+ 25 Jun 2011; Matt Turner <mattst88@gentoo.org>
modules/catalyst/arch/mips.py: Remove mips2 classes
Linux doesn't even run on mips2
diff --git a/modules/catalyst/arch/mips.py b/modules/catalyst/arch/mips.py
index ec523c6..c5252b7 100644
--- a/modules/catalyst/arch/mips.py
+++ b/modules/catalyst/arch/mips.py
@@ -142,51 +142,9 @@ class arch_cobalt_n32(generic_mipsel):
self.settings["CFLAGS"]="-O2 -march=r5000 -mabi=n32 -pipe"
self.settings["HOSTUSE"]=["cobalt","n32"]
-class arch_ip27(generic_mipsel):
- "Builder class for all IP27 [Big-endian]"
- def __init__(self,myspec):
- arch_mips4.__init__(self,myspec)
- self.settings["HOSTUSE"]=["ip27"]
-
-class arch_ip27_n32(generic_mipsel):
- "Builder class for all IP27 [Big-endian N32]"
- def __init__(self,myspec):
- arch_mips4_n32.__init__(self,myspec)
- self.settings["HOSTUSE"]=["ip27","n32"]
-
-class arch_ip28(generic_mipsel):
- "Builder class for all IP28 [Big-endian]"
- def __init__(self,myspec):
- arch_mips4.__init__(self,myspec)
- self.settings["HOSTUSE"]=["ip28"]
-
-class arch_ip28_n32(generic_mipsel):
- "Builder class for all IP28 [Big-endian N32]"
- def __init__(self,myspec):
- arch_mips4_n32.__init__(self,myspec)
- self.settings["HOSTUSE"]=["ip28","n32"]
-
-class arch_ip30(generic_mipsel):
- "Builder class for all IP30 [Big-endian]"
- def __init__(self,myspec):
- arch_mips4.__init__(self,myspec)
- self.settings["HOSTUSE"]=["ip30"]
-
-class arch_ip30_n32(generic_mipsel):
- "Builder class for all IP30 [Big-endian N32]"
- def __init__(self,myspec):
- arch_mips4_n32.__init__(self,myspec)
- self.settings["HOSTUSE"]=["ip30","n32"]
-
_subarch_map = {
"cobalt" : arch_cobalt,
"cobalt_n32" : arch_cobalt_n32,
- "ip27" : arch_ip27,
- "ip27_n32" : arch_ip27_n32,
- "ip28" : arch_ip28,
- "ip28_n32" : arch_ip28_n32,
- "ip30" : arch_ip30,
- "ip30_n32" : arch_ip30_n32,
"mips" : arch_mips1,
"mips1" : arch_mips1,
"mips3" : arch_mips3,
next reply other threads:[~2011-06-25 16:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-25 16:26 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-03 18:59 [gentoo-commits] proj/catalyst:master commit in: /, modules/catalyst/arch/ Raúl Porcel
2011-06-25 18:36 Raúl Porcel
2011-06-25 16:26 Matt Turner
2011-06-25 16:26 Matt Turner
2011-06-25 16:26 Matt Turner
2011-06-25 16:26 Matt Turner
2011-06-25 16:26 Matt Turner
2011-02-05 18:27 Raúl Porcel
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=aa1bc0998b169f14d8757677a279431299be70b2.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