From 0813c71bb2ab0be8c65c8fb4d68d823516be22792814651892ed769b5ba756a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 20 Nov 2012 09:00:03 +0000 Subject: [PATCH] - Stop excluding ppc64 architecture OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=181 --- llvm.changes | 5 +++++ llvm.spec | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/llvm.changes b/llvm.changes index 25e5850..4fd53cf 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 20 08:59:09 UTC 2012 - idonmez@suse.com + +- Stop excluding ppc64 architecture + ------------------------------------------------------------------- Tue Nov 20 08:25:54 UTC 2012 - idonmez@suse.com diff --git a/llvm.spec b/llvm.spec index 68cf5a2..cd59fda 100644 --- a/llvm.spec +++ b/llvm.spec @@ -59,10 +59,6 @@ BuildRequires: libtool BuildRequires: python-base BuildRequires: python-sphinx -# LLVM is not supported on PPC64 -# http://llvm.org/bugs/show_bug.cgi?id=3729 -ExcludeArch: ppc64 - %description LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from