From f228fb099096f17da4e6aabd872f246507437c875f561e0511f03ab8680ddd0a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 10 Aug 2011 20:05:06 +0000 Subject: [PATCH] Accepting request 78411 from home:elvigia:branches:Base:System - Do not use -fno-strict-aliasing globally, the code already does in places where really needed. OBS-URL: https://build.opensuse.org/request/show/78411 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=139 --- rpm.changes | 6 ++++++ rpm.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rpm.changes b/rpm.changes index 8708bf3..b1c46fb 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 10 02:40:22 UTC 2011 - crrodriguez@opensuse.org + +- Do not use -fno-strict-aliasing globally, the code + already does in places where really needed. + ------------------------------------------------------------------- Tue Jul 26 19:09:31 CEST 2011 - mls@suse.de diff --git a/rpm.spec b/rpm.spec index 2f521e8..722f94d 100644 --- a/rpm.spec +++ b/rpm.spec @@ -190,7 +190,7 @@ rm -f m4/libtool.m4 rm -f m4/lt*.m4 %build -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -ffunction-sections" +export CFLAGS="$RPM_OPT_FLAGS -ffunction-sections" export LDFLAGS="-Wl,-Bsymbolic-functions -ffunction-sections" %ifarch alpha export CFLAGS="-g -O0 -fno-strict-aliasing"