From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:master commit in: arch/
Date: Sat, 5 Jan 2013 19:18:06 +0000 (UTC) [thread overview]
Message-ID: <1356836238.d3bb2a8cfc3f9d85b195a40fc810c22cfe1ecf44.mattst88@gentoo> (raw)
commit: d3bb2a8cfc3f9d85b195a40fc810c22cfe1ecf44
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 30 02:53:28 2012 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Sun Dec 30 02:57:18 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=d3bb2a8c
ppc: Remove -fno-strict-aliasing from CFLAGS
Added temporarily in 2004 (commit b010c1bd) for gcc-3.3.3/nptl. Time to
go.
Fixes https://bugs.gentoo.org/show_bug.cgi?id=449240
---
arch/powerpc.py | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/powerpc.py b/arch/powerpc.py
index 07c2079..e9f611b 100644
--- a/arch/powerpc.py
+++ b/arch/powerpc.py
@@ -25,7 +25,7 @@ class arch_ppc(generic_ppc):
"builder class for generic powerpc"
def __init__(self,myspec):
generic_ppc.__init__(self,myspec)
- self.settings["CFLAGS"]="-O2 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe"
+ self.settings["CFLAGS"]="-O2 -mcpu=powerpc -mtune=powerpc -pipe"
class arch_ppc64(generic_ppc64):
"builder class for generic ppc64"
@@ -51,31 +51,31 @@ class arch_cell(arch_ppc64):
class arch_g3(generic_ppc):
def __init__(self,myspec):
generic_ppc.__init__(self,myspec)
- self.settings["CFLAGS"]="-O2 -mcpu=G3 -mtune=G3 -fno-strict-aliasing -pipe"
+ self.settings["CFLAGS"]="-O2 -mcpu=G3 -mtune=G3 -pipe"
class arch_g4(generic_ppc):
def __init__(self,myspec):
generic_ppc.__init__(self,myspec)
- self.settings["CFLAGS"]="-O2 -mcpu=G4 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe"
+ self.settings["CFLAGS"]="-O2 -mcpu=G4 -mtune=G4 -maltivec -mabi=altivec -pipe"
self.settings["HOSTUSE"]=["altivec"]
class arch_g5(generic_ppc):
def __init__(self,myspec):
generic_ppc.__init__(self,myspec)
- self.settings["CFLAGS"]="-O2 -mcpu=G5 -mtune=G5 -maltivec -mabi=altivec -fno-strict-aliasing -pipe"
+ self.settings["CFLAGS"]="-O2 -mcpu=G5 -mtune=G5 -maltivec -mabi=altivec -pipe"
self.settings["HOSTUSE"]=["altivec"]
class arch_power(generic_ppc):
"builder class for generic power"
def __init__(self,myspec):
generic_ppc.__init__(self,myspec)
- self.settings["CFLAGS"]="-O2 -mcpu=power -mtune=power -fno-strict-aliasing -pipe"
+ self.settings["CFLAGS"]="-O2 -mcpu=power -mtune=power -pipe"
class arch_power_ppc(generic_ppc):
"builder class for generic powerpc/power"
def __init__(self,myspec):
generic_ppc.__init__(self,myspec)
- self.settings["CFLAGS"]="-O2 -mcpu=common -mtune=common -fno-strict-aliasing -pipe"
+ self.settings["CFLAGS"]="-O2 -mcpu=common -mtune=common -pipe"
class arch_power3(arch_ppc64):
"builder class for power3 under ppc64"
next reply other threads:[~2013-01-05 19:18 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-05 19:18 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-10 23:00 [gentoo-commits] proj/catalyst:master commit in: arch/ 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
2012-09-28 1:35 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=1356836238.d3bb2a8cfc3f9d85b195a40fc810c22cfe1ecf44.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