SHA256
1
0
forked from pool/xz

Accepting request 129232 from Base:System

- Disable profiling on SPARC due to compiler bug [gcc #54121] (forwarded request 129221 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/129232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=40
This commit is contained in:
Stephan Kulow 2012-07-30 18:42:25 +00:00 committed by Git OBS Bridge
commit 287261fe22
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 29 17:52:57 UTC 2012 - jengelh@inai.de
- Disable profiling on SPARC due to compiler bug [gcc #54121]
-------------------------------------------------------------------
Fri Jul 6 10:18:06 UTC 2012 - sweet_f_a@gmx.de

View File

@ -33,7 +33,7 @@ Obsoletes: lzma < %version
%if 0%{?suse_version} < 1130
%define do_profiling 0
%endif
%ifarch %{arm}
%ifarch %{arm} %sparc
%define do_profiling 0
%endif