- Fix debuginfo generation
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=161
This commit is contained in:
parent
054ec25ad2
commit
9ab73caf6d
@ -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
|
||||||
|
|
||||||
|
@ -200,18 +200,20 @@ export CXX=$TOPLEVEL/stage1/Release/bin/clang++
|
|||||||
--disable-assertions \
|
--disable-assertions \
|
||||||
--enable-pic \
|
--enable-pic \
|
||||||
--disable-timestamps \
|
--disable-timestamps \
|
||||||
--enable-targets=%{_supported_archs} \
|
--enable-targets=%{_supported_archs} \
|
||||||
%if 0%{?suse_version} >= 1220
|
%if 0%{?suse_version} >= 1220
|
||||||
--with-binutils-include=/usr/include \
|
--with-binutils-include=/usr/include \
|
||||||
%endif
|
%endif
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
--with-optimize-option="-U_GLIBCXX_ATOMIC_BUILTINS" \
|
--with-optimize-option="-U_GLIBCXX_ATOMIC_BUILTINS" \
|
||||||
--disable-sjlj-exceptions \
|
--disable-sjlj-exceptions \
|
||||||
--with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb \
|
--with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb \
|
||||||
--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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user