SHA256
1
0
forked from pool/llvm

- 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

View File

@ -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