[llvm] ExcludeArch: s390* in RHEL since the native backend has disappeared in 3.0

Adam Jackson ajax at fedoraproject.org
Tue Dec 13 19:34:14 UTC 2011


commit 2fb04f7706ad7bdb90976b376077931a56a30698
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Dec 13 14:34:14 2011 -0500

    ExcludeArch: s390* in RHEL since the native backend has disappeared in 3.0

 llvm.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <ajax at redhat.com> 3.0-2
+- ExcludeArch: s390* in RHEL since the native backend has disappeared in 3.0
+
 * Sun Dec 11 2011 Michel Salim <salimma at fedoraproject.org> - 3.0-1
 - Update to final 3.0 release
 


More information about the scm-commits mailing list