diff --git a/llvm.changes b/llvm.changes index 2e3b3e2..f03f1fe 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 10 10:16:41 UTC 2012 - idonmez@suse.com + +- Fix debuginfo generation + ------------------------------------------------------------------- Thu Jul 19 14:14:20 UTC 2012 - llunak@suse.com diff --git a/llvm.spec b/llvm.spec index 90a50af..488563e 100644 --- a/llvm.spec +++ b/llvm.spec @@ -200,18 +200,20 @@ export CXX=$TOPLEVEL/stage1/Release/bin/clang++ --disable-assertions \ --enable-pic \ --disable-timestamps \ - --enable-targets=%{_supported_archs} \ + --enable-targets=%{_supported_archs} \ %if 0%{?suse_version} >= 1220 --with-binutils-include=/usr/include \ %endif %ifarch %arm - --with-optimize-option="-U_GLIBCXX_ATOMIC_BUILTINS" \ + --with-optimize-option="-U_GLIBCXX_ATOMIC_BUILTINS" \ --disable-sjlj-exceptions \ --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb \ --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