[llvm] disable ocaml on sparc64 since ocaml doesnt build there

Dennis Gilmore ausil at fedoraproject.org
Wed Sep 15 14:31:21 UTC 2010


commit 6668812d9feab16c27657697740a6fcf197667cf
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Sep 15 09:30:46 2010 -0500

    disable ocaml on sparc64 since ocaml doesnt build there

 llvm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 57341f2..4384373 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -3,7 +3,7 @@
 # --with doxygen
 #   The doxygen docs are HUGE, so they are not built by default.
 
-%ifarch s390 s390x
+%ifarch s390 s390x sparc64
   # No ocaml on these arches
   %bcond_with ocaml
 %else
@@ -12,7 +12,7 @@
 
 Name:           llvm
 Version:        2.7
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        The Low Level Virtual Machine
 
 Group:          Development/Languages
@@ -388,6 +388,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep 15 2010 Dennis Gilmore <dennis at ausil.us> - 2.7-8
+- disable ocaml support on sparc64
+
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 2.7-7
 - recompiling .py files against Python 2.7 (rhbz#623332)
 


More information about the scm-commits mailing list