From 2fb04f7706ad7bdb90976b376077931a56a30698 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 13 Dec 2011 14:34:14 -0500 Subject: [PATCH] ExcludeArch: s390* in RHEL since the native backend has disappeared in 3.0 --- llvm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index e780ca1..f7ad936 100644 --- a/llvm.spec +++ b/llvm.spec @@ -12,6 +12,7 @@ %if 0%{?rhel} >= 7 %global with_clang 0 +ExcludeArch: s390 s390x %else %global with_clang 1 %endif @@ -21,7 +22,7 @@ Name: llvm Version: 3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Low Level Virtual Machine Group: Development/Languages @@ -505,6 +506,9 @@ exit 0 %endif %changelog +* Tue Dec 13 2011 Adam Jackson 3.0-2 +- ExcludeArch: s390* in RHEL since the native backend has disappeared in 3.0 + * Sun Dec 11 2011 Michel Salim - 3.0-1 - Update to final 3.0 release