public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Raúl Porcel" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:master commit in: /, modules/catalyst/arch/
Date: Sat, 25 Jun 2011 18:36:13 +0000 (UTC)	[thread overview]
Message-ID: <8f0d792824295d2ab91d269f44236d8bdcb2227e.armin76@gentoo> (raw)

commit:     8f0d792824295d2ab91d269f44236d8bdcb2227e
Author:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 18:36:07 2011 +0000
Commit:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 18:36:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=8f0d7928

Add sh4aeb

---
 ChangeLog                   |    3 +++
 modules/catalyst/arch/sh.py |   12 ++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 88b3b8e..8cfcb11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 # Distributed under the GPL v2
 # $Id$
 
+  25 Jun 2011; Raúl Porcel <armin76@gentoo.org> modules/catalyst/arch/sh.py:
+  Add sh4aeb
+
   25 Jun 2011; Matt Turner <mattst88@gentoo.org>
   targets/support/chroot-functions.sh:
   Use get_libdir instead of hard-coding lib for distcc

diff --git a/modules/catalyst/arch/sh.py b/modules/catalyst/arch/sh.py
index 319ced2..0058152 100644
--- a/modules/catalyst/arch/sh.py
+++ b/modules/catalyst/arch/sh.py
@@ -97,6 +97,13 @@ class arch_sh4eb(generic_sheb):
 		self.settings["CFLAGS"]="-O2 -m4 -pipe"
 		self.settings["CHOST"]="sh4eb-unknown-linux-gnu"
 
+class arch_sh4aeb(generic_sheb):
+	"Builder class for SH-4A [Big-endian]"
+	def __init__(self,myspec):
+		generic_sheb.__init__(self,myspec)
+		self.settings["CFLAGS"]="-O2 -m4a -pipe"
+		self.settings["CHOST"]="sh4aeb-unknown-linux-gnu"
+
 _subarch_map = {
 	"sh"	:arch_sh,
 	"sh2"	:arch_sh2,
@@ -105,10 +112,11 @@ _subarch_map = {
 	"sh4"	:arch_sh4,
 	"sh4a"	:arch_sh4a,
 	"sheb"	:arch_sheb,
-	"sh2aeb":arch_sh2aeb,
+	"sh2aeb" :arch_sh2aeb,
 	"sh2eb" :arch_sh2eb,
 	"sh3eb"	:arch_sh3eb,
-	"sh4eb"	:arch_sh4eb
+	"sh4eb"	:arch_sh4eb,
+	"sh4aeb" :arch_sh4aeb
 }
 
 _machine_map = ("sh2","sh2a","sh3","sh4","sh4a","sh2eb","sh2aeb","sh3eb","sh4eb","sh4aeb")



             reply	other threads:[~2011-06-25 18:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-25 18:36 Raúl Porcel [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 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-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=8f0d792824295d2ab91d269f44236d8bdcb2227e.armin76@gentoo \
    --to=armin76@gentoo.org \
    --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