Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2013-06-05 14:31:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-27 
09:53:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2013-06-05 
14:31:15.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 24 11:21:39 UTC 2013 - [email protected]
+
+- Disable debug symbols on PPC64 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.HPa0SU/_old  2013-06-05 14:31:16.000000000 +0200
+++ /var/tmp/diff_new_pack.HPa0SU/_new  2013-06-05 14:31:16.000000000 +0200
@@ -169,9 +169,8 @@
 pushd stage1
 mkdir Release
 
-%if "%{_lib}" == "lib64"
+# autotools ignore --libdir
 ln -s lib Release/lib64
-%endif
 
 ../configure \
        --enable-optimized \
@@ -205,10 +204,13 @@
 popd
 pushd stage2
 
-mkdir Release+Debug
 # autotools ignore --libdir
-%if "%{_lib}" == "lib64"
+%ifnarch ppc64
+mkdir Release+Debug
 ln -s lib Release+Debug/lib64
+%else
+mkdir Release
+ln -s lib Release/lib64
 %endif
 
 export CC=$TOPLEVEL/stage1/Release/bin/clang
@@ -252,9 +254,11 @@
 %else
         --enable-targets=%{_supported_archs} \
 %endif
-       --with-clang-resource-dir="../%{_lib}/clang/%{_release_version}" \
+%ifnarch ppc64
     --enable-debug-symbols \
-    --enable-debug-runtime
+    --enable-debug-runtime \
+%endif
+    --with-clang-resource-dir="../%{_lib}/clang/%{_release_version}"
 
 make %{?_smp_mflags} REQUIRES_RTTI=1
 


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

Reply via email to