From 6a09ad18823d32ca038babc210b1dab73121d48ac87e91efc23483321c54b53d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 29 Jul 2012 21:42:17 +0000 Subject: [PATCH] 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 --- xz.changes | 5 +++++ xz.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/xz.changes b/xz.changes index b47d644..8acfd3d 100644 --- a/xz.changes +++ b/xz.changes @@ -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 diff --git a/xz.spec b/xz.spec index df381c3..3c670f0 100644 --- a/xz.spec +++ b/xz.spec @@ -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