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
This commit is contained in:
Dirk Mueller 2011-08-10 20:05:06 +00:00 committed by Git OBS Bridge
parent 986710a122
commit f228fb0990
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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"