Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2014-02-26 23:20:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-01-30 
19:17:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2014-02-26 
23:20:35.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 22 18:18:57 CET 2014 - [email protected]
+
+- complete ifarchs for s390 
+
+-------------------------------------------------------------------
@@ -59,0 +65,5 @@
+
+-------------------------------------------------------------------
+Mon Dec  9 02:23:07 UTC 2013 - [email protected]
+
+- enable ppc64le

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

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.WnLy57/_old  2014-02-26 23:20:37.000000000 +0100
+++ /var/tmp/diff_new_pack.WnLy57/_new  2014-02-26 23:20:37.000000000 +0100
@@ -181,11 +181,11 @@
 sed -i s,"subdirectories = .*","subdirectories = ARM", lib/Target/LLVMBuild.txt
 %endif
 
-%ifarch ppc64
+%ifarch ppc64 ppc64le
 sed -i s,"subdirectories = .*","subdirectories = PowerPC", 
lib/Target/LLVMBuild.txt
 %endif
 
-%ifarch s390x
+%ifarch s390 s390x
 sed -i s,"subdirectories = .*","subdirectories = SystemZ", 
lib/Target/LLVMBuild.txt
 %endif
 
@@ -218,6 +218,15 @@
 sed -i s,'${CMAKE_SYSTEM_PROCESSOR}','"PowerPC"',g 
../cmake/modules/AddLLVM.cmake
 rm -rf ../projects/compiler-rt
 %endif
+%ifarch ppc64le
+%define host_triple powerpc64le-suse-linux
+sed -i s,'${CMAKE_SYSTEM_PROCESSOR}','"PowerPC"',g 
../cmake/modules/AddLLVM.cmake
+%endif
+%ifarch s390
+%define host_triple s390-suse-linux
+sed -i s,'${CMAKE_SYSTEM_PROCESSOR}','"SystemZ"',g 
../cmake/modules/AddLLVM.cmake
+rm -rf ../projects/compiler-rt
+%endif
 %ifarch s390x
 %define host_triple s390x-suse-linux
 sed -i s,'${CMAKE_SYSTEM_PROCESSOR}','"SystemZ"',g 
../cmake/modules/AddLLVM.cmake
@@ -243,10 +252,10 @@
 export CXX=$TOPLEVEL/stage1/bin/clang++
 
 cmake -G "Unix Makefiles" \
-%ifnarch ppc64
+%ifnarch ppc64 ppc64le
       -DBUILD_SHARED_LIBS=ON \
 %endif
-%ifarch %arm ppc64
+%ifarch %arm ppc64 ppc64le
       -DCMAKE_BUILD_TYPE=Release \
 %else
       -DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -453,7 +462,7 @@
 %exclude %{_libdir}/libclang.so
 %{_libdir}/libclang*.so
 %{_libdir}/libclang.so.*
-%ifarch ppc64
+%ifarch ppc64 ppc64le
 %{_libdir}/libclang*.a
 %endif
 


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

Reply via email to