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:catalyst_2 commit in: arch/
Date: Sun, 21 Aug 2011 23:23:13 +0000 (UTC)	[thread overview]
Message-ID: <a3628d0779df62343e092d424214ddcbba19b31f.mattst88@gentoo> (raw)

commit:     a3628d0779df62343e092d424214ddcbba19b31f
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 21 23:20:16 2011 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Sun Aug 21 23:23:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=a3628d07

mips.py: add mips4_r10k classes

---
 arch/mips.py |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/arch/mips.py b/arch/mips.py
index 1aa5fb6..9e26c9c 100644
--- a/arch/mips.py
+++ b/arch/mips.py
@@ -96,6 +96,30 @@ class arch_mips4_multilib(generic_mips64):
 		generic_mips64.__init__(self,myspec)
 		self.settings["CFLAGS"]="-O2 -mips4 -pipe"
 
+class arch_mips4_r10k(generic_mips):
+	"Builder class for MIPS IV R10k [Big-endian]"
+	def __init__(self,myspec):
+		generic_mips.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -march=r10k -mabi=32 -pipe"
+
+class arch_mips4_r10k_n32(generic_mips64):
+	"Builder class for MIPS IV R10k [Big-endian N32]"
+	def __init__(self,myspec):
+		generic_mips64.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -march=r10k -mabi=n32 -pipe"
+
+class arch_mips4_r10k_n64(generic_mips64):
+	"Builder class for MIPS IV R10k [Big-endian N64]"
+	def __init__(self,myspec):
+		generic_mips64.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -march=r10k -mabi=64 -pipe"
+
+class arch_mips4_r10k_multilib(generic_mips64):
+	"Builder class for MIPS IV R10k [Big-endian multilib]"
+	def __init__(self,myspec):
+		generic_mips64.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -march=r10k -pipe"
+
 class arch_mips64(generic_mips):
 	"Builder class for MIPS 64 [Big-endian]"
 	def __init__(self,myspec):
@@ -313,6 +337,10 @@ def register():
 			"mips4_n32"		: arch_mips4_n32,
 			"mips4_n64"		: arch_mips4_n64,
 			"mips4_multilib": arch_mips4_multilib,
+			"mips4_r10k"	: arch_mips4_r10k,
+			"mips4_r10k_n32": arch_mips4_r10k_n32,
+			"mips4_r10k_n64": arch_mips4_r10k_n64,
+			"mips4_r10k_multilib"	: arch_mips4_r10k_multilib,
 			"mips64"		: arch_mips64,
 			"mips64_n32"	: arch_mips64_n32,
 			"mips64_n64"	: arch_mips64_n64,



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

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-21 23:23 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-17 18:36 [gentoo-commits] proj/catalyst:catalyst_2 commit in: 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-17  4: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

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=a3628d0779df62343e092d424214ddcbba19b31f.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