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: arch/
Date: Fri, 28 Sep 2012 01:35:47 +0000 (UTC)	[thread overview]
Message-ID: <1348795791.2bc50a57053994b2f6c27daa5fc422989bef0a65.mattst88@gentoo> (raw)

commit:     2bc50a57053994b2f6c27daa5fc422989bef0a65
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Fri Sep 28 01:29:51 2012 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Fri Sep 28 01:29:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=2bc50a57

mips.py: Add loongson3a classes

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

diff --git a/arch/mips.py b/arch/mips.py
index 6c20642..9ea2d0e 100644
--- a/arch/mips.py
+++ b/arch/mips.py
@@ -358,6 +358,30 @@ class arch_mips64r2el_multilib(generic_mips64el):
 		generic_mips64el.__init__(self,myspec)
 		self.settings["CFLAGS"]="-O2 -march=mips64r2 -mplt -pipe"
 
+class arch_loongson3a(generic_mipsel):
+	"Builder class for Loongson 3A [Little-endian]"
+	def __init__(self,myspec):
+		generic_mipsel.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -march=loongson3a -mabi=32 -mplt -pipe"
+
+class arch_loongson3a_n32(generic_mips64el):
+	"Builder class for Loongson 3A [Little-endian N32]"
+	def __init__(self,myspec):
+		generic_mips64el.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -march=loongson3a -mabi=n32 -mplt -pipe"
+
+class arch_loongson3a_n64(generic_mips64el):
+	"Builder class for Loongson 3A [Little-endian N64]"
+	def __init__(self,myspec):
+		generic_mips64el.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -march=loongson3a -mabi=64 -pipe"
+
+class arch_loongson3a_multilib(generic_mips64el):
+	"Builder class for Loongson 3A [Little-endian multilib]"
+	def __init__(self,myspec):
+		generic_mips64el.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -march=loongson3a -mplt -pipe"
+
 class arch_cobalt(generic_mipsel):
 	"Builder class for cobalt [Little-endian]"
 	def __init__(self,myspec):
@@ -433,4 +457,8 @@ def register():
 			"loongson2f_n32"		: arch_loongson2f_n32,
 			"loongson2f_n64"		: arch_loongson2f_n64,
 			"loongson2f_multilib"	: arch_loongson2f_multilib,
+			"loongson3a"			: arch_loongson3a,
+			"loongson3a_n32"		: arch_loongson3a_n32,
+			"loongson3a_n64"		: arch_loongson3a_n64,
+			"loongson3a_multilib"	: arch_loongson3a_multilib,
 	}, ("mips","mips64"))


             reply	other threads:[~2012-09-28  1:36 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-28  1:35 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-31  9:08 [gentoo-commits] proj/catalyst:master commit in: arch/ Andreas K. Hüttel
2025-07-29 22:59 Andreas K. Hüttel
2025-07-26 12:33 Andreas K. Hüttel
2025-07-26 12:23 Andreas K. Hüttel
2025-07-21 19:47 Andreas K. Hüttel
2025-07-18 21:58 Andreas K. Hüttel
2025-07-18  8:03 Andreas K. Hüttel
2025-07-15 18:05 Andreas K. Hüttel
2025-04-10 23:00 Andreas K. Hüttel
2024-11-02 14:56 Andreas K. Hüttel
2024-08-19 14:19 Andreas K. Hüttel
2024-07-29 20:24 Andreas K. Hüttel
2024-05-28 10:52 Andreas K. Hüttel
2024-04-06 13:57 Andreas K. Hüttel
2024-03-25 21:24 Andreas K. Hüttel
2024-03-25 11:04 Ben Kohler
2024-03-25 11:04 Ben Kohler
2024-01-21 22:45 Andreas K. Hüttel
2023-12-06 21:29 Andreas K. Hüttel
2023-12-06 21:26 Andreas K. Hüttel
2023-07-20 18:14 Andreas K. Hüttel
2023-06-20 18:55 Andreas K. Hüttel
2023-05-28  8:37 Andreas K. Hüttel
2023-03-05 21:32 Andreas K. Hüttel
2023-01-17 21:26 Andreas K. Hüttel
2022-11-20  0:21 [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner
2022-04-21 16:44 ` [gentoo-commits] proj/catalyst:master " Matt Turner
2022-11-14 14:11 Andreas K. Hüttel
2022-10-11 12:49 Andreas K. Hüttel
2022-07-30 18:39 Andreas K. Hüttel
2022-02-27 15:42 Andreas K. Hüttel
2021-11-20 14:31 Andreas K. Hüttel
2021-11-17 21:21 Andreas K. Hüttel
2021-09-11 18:11 Andreas K. Hüttel
2020-10-29 21:00 [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner
2020-10-21 17:58 ` [gentoo-commits] proj/catalyst:master " Matt Turner
2020-10-22 18:06 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner
2020-10-21 17:58 ` [gentoo-commits] proj/catalyst:master " Matt Turner
2020-10-21 17:58 Matt Turner
2020-09-17 21:09 Andreas K. Hüttel
2020-07-17  9:39 Andreas K. Hüttel
2020-04-14 18:29 Matt Turner
2020-04-14 18:29 Matt Turner
2013-04-06 17:07 Raúl Porcel
2013-01-05 19:18 Matt Turner
2012-09-23  3:04 Jorge Manuel B. S. Vicetto
2012-09-08 13:48 Jorge Manuel B. S. Vicetto
2012-08-29  3:58 Jorge Manuel B. S. Vicetto
2012-08-29  3:51 Jorge Manuel B. S. Vicetto

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=1348795791.2bc50a57053994b2f6c27daa5fc422989bef0a65.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