From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:master commit in: modules/catalyst/arch/
Date: Thu, 21 Jul 2011 04:44:33 +0000 (UTC) [thread overview]
Message-ID: <0b2ede1372b057338df06e2e03f3ca460a4a5017.mattst88@gentoo> (raw)
commit: 0b2ede1372b057338df06e2e03f3ca460a4a5017
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 19 16:59:27 2011 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Tue Jul 19 16:59:27 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0b2ede13
mips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist
Signed-off-by: Matt Turner <mattst88 <AT> gmail.com>
---
modules/catalyst/arch/mips.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/catalyst/arch/mips.py b/modules/catalyst/arch/mips.py
index 5d43842..0c5263a 100644
--- a/modules/catalyst/arch/mips.py
+++ b/modules/catalyst/arch/mips.py
@@ -45,7 +45,7 @@ class arch_mips32(generic_mips):
"Builder class for MIPS 32 [Big-endian]"
def __init__(self,myspec):
generic_mips.__init__(self,myspec)
- self.settings["CFLAGS"]="-O2 -march=mips32 -mfix-24k -mabi=32 -pipe"
+ self.settings["CFLAGS"]="-O2 -march=mips32 -mabi=32 -pipe"
class arch_mips3(generic_mips):
"Builder class for MIPS III [Big-endian]"
@@ -132,7 +132,7 @@ class arch_mips32el(generic_mipsel):
"Builder class for all MIPS 32 [Little-endian]"
def __init__(self,myspec):
generic_mipsel.__init__(self,myspec)
- self.settings["CFLAGS"]="-O2 -march=mips32 -mfix-24k -mabi=32 -pipe"
+ self.settings["CFLAGS"]="-O2 -march=mips32 -mabi=32 -pipe"
class arch_mipsel3(generic_mipsel):
"Builder class for all MIPS III [Little-endian]"
next reply other threads:[~2011-07-21 4:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-21 4:44 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-08-17 4:23 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=0b2ede1372b057338df06e2e03f3ca460a4a5017.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