- Fix debuginfo generation

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=161
This commit is contained in:
Ismail Dönmez 2012-09-10 10:35:03 +00:00 committed by Git OBS Bridge
parent 054ec25ad2
commit 9ab73caf6d
2 changed files with 10 additions and 3 deletions

View File

@ -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 Thu Jul 19 14:14:20 UTC 2012 - llunak@suse.com

View File

@ -211,7 +211,9 @@ export CXX=$TOPLEVEL/stage1/Release/bin/clang++
--disable-werror --enable-checking=release \ --disable-werror --enable-checking=release \
--build=arm-linux-gnueabihf --host=arm-linux-gnueabihf \ --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf \
%endif %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 make %{?_smp_mflags} REQUIRES_RTTI=1