Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2013-08-22 09:23:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm (Old)
 and      /work/SRC/openSUSE:Factory/.llvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes        2013-08-13 
15:29:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2013-08-22 
09:23:24.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 21 11:04:35 UTC 2013 - [email protected]
+
+- Only enable PowerPC on ppc64 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.uuDFsc/_old  2013-08-22 09:23:25.000000000 +0200
+++ /var/tmp/diff_new_pack.uuDFsc/_new  2013-08-22 09:23:25.000000000 +0200
@@ -25,6 +25,10 @@
 %define _supported_archs "ARM"
 %endif
 
+%ifarch ppc64
+%define _supported_archs "PowerPC"
+%endif
+
 Name:           llvm
 Version:        3.3
 Release:        0
@@ -175,7 +179,7 @@
 %endif
 
 # Only enable target archs otherwise llvm-config is messed up
-%ifnarch arm
+%ifnarch ppc64 arm
 sed -i s,"subdirectories = .*","subdirectories = AArch64 ARM PowerPC R600 
X86", lib/Target/LLVMBuild.txt
 %endif
 
@@ -183,6 +187,10 @@
 sed -i s,"subdirectories = .*","subdirectories = ARM", lib/Target/LLVMBuild.txt
 %endif
 
+%ifarch ppc64
+sed -i s,"subdirectories = .*","subdirectories = PowerPC", 
lib/Target/LLVMBuild.txt
+%endif
+
 sed -i s,"IntelJITEvents OProfileJIT","", lib/ExecutionEngine/LLVMBuild.txt
 echo > utils/unittest/LLVMBuild.txt
 


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to