Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2012-09-25 16:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm (Old)
 and      /work/SRC/openSUSE:Factory/.llvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes        2012-07-21 
14:32:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2012-09-25 
16:15:04.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 10 10:16:41 UTC 2012 - [email protected]
+
+- Fix debuginfo generation
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.wRTQFn/_old  2012-09-25 16:15:05.000000000 +0200
+++ /var/tmp/diff_new_pack.wRTQFn/_new  2012-09-25 16:15:05.000000000 +0200
@@ -188,8 +188,8 @@
 pushd stage2
 
 # autotools ignore --libdir
-mkdir Release
-ln -s lib Release/lib64
+mkdir Release+Debug
+ln -s lib Release+Debug/lib64
 
 export CC=$TOPLEVEL/stage1/Release/bin/clang
 export CXX=$TOPLEVEL/stage1/Release/bin/clang++
@@ -211,7 +211,9 @@
         --disable-werror --enable-checking=release \
         --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf \
 %endif
-       --with-clang-resource-dir="../%{_lib}/clang/%{_release_version}"
+       --with-clang-resource-dir="../%{_lib}/clang/%{_release_version}" \
+    --enable-debug-symbols \
+    --enable-debug-runtime
 
 make %{?_smp_mflags} REQUIRES_RTTI=1
 

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

Reply via email to