From 0cea07b5b158a670e0d32715df24df7167259c37eb330d13bd655f305e799e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 14 Dec 2012 18:14:26 +0000 Subject: [PATCH] - Disable compilation on PPC, only PPC64 is supported. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=194 --- llvm.changes | 5 +++++ llvm.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/llvm.changes b/llvm.changes index 2a0da6e..1840dda 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 14 18:13:40 UTC 2012 - idonmez@suse.com + +- Disable compilation on PPC, only PPC64 is supported. + ------------------------------------------------------------------- Fri Dec 14 13:18:39 UTC 2012 - idonmez@suse.com diff --git a/llvm.spec b/llvm.spec index 49593dd..6bf6a97 100644 --- a/llvm.spec +++ b/llvm.spec @@ -65,6 +65,8 @@ BuildRequires: libffi-devel BuildRequires: libtool BuildRequires: python-base BuildRequires: python-sphinx +# llvm does not work on ppc, only ppc64 +ExcludeArch: ppc %description LLVM is a compiler infrastructure designed for compile-time,