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:
parent
986710a122
commit
f228fb0990
@ -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
|
Tue Jul 26 19:09:31 CEST 2011 - mls@suse.de
|
||||||
|
|
||||||
|
2
rpm.spec
2
rpm.spec
@ -190,7 +190,7 @@ rm -f m4/libtool.m4
|
|||||||
rm -f m4/lt*.m4
|
rm -f m4/lt*.m4
|
||||||
|
|
||||||
%build
|
%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"
|
export LDFLAGS="-Wl,-Bsymbolic-functions -ffunction-sections"
|
||||||
%ifarch alpha
|
%ifarch alpha
|
||||||
export CFLAGS="-g -O0 -fno-strict-aliasing"
|
export CFLAGS="-g -O0 -fno-strict-aliasing"
|
||||||
|
Loading…
Reference in New Issue
Block a user