From 496406451b0e8b79cb4f06c60be1902b7fa4e3fe Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: Mar 02 2017 01:46:55 +0000 Subject: - disable debuginfo on s390(x) --- diff --git a/compiler-rt.spec b/compiler-rt.spec index 94ece1f..6011c5c 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -1,3 +1,8 @@ +%ifarch s390 s390x +# only limited set of libs available on s390(x) and the existing ones (stats, ubsan) don't provide debuginfo +%global debug_package %{nil} +%endif + Name: compiler-rt Version: 3.9.1 Release: 1%{?dist}