SHA256
1
0
forked from pool/xz

Accepting request 129221 from home:jengelh:branches:Base:System

- Disable profiling on SPARC due to compiler bug [gcc #54121]

OBS-URL: https://build.opensuse.org/request/show/129221
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=48
This commit is contained in:
Marcus Meissner 2012-07-29 21:42:17 +00:00 committed by Git OBS Bridge
parent 978f0b50f4
commit 6a09ad1882
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