[packages/llvm] - use -gsplit-dwarf on all intel 32 bit archs
baggins
baggins at pld-linux.org
Sat Jan 21 20:28:55 CET 2017
commit af22103845f413b2d0fa3a0ad280410179be7d96
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jan 21 20:28:37 2017 +0100
- use -gsplit-dwarf on all intel 32 bit archs
llvm.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 66a59a2..d516a0c 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -130,8 +130,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sysconfdir /etc/%{name}
%define specflags_ppc -fno-var-tracking-assignments
-# i686 and x32 - the same issue as https://llvm.org/bugs/show_bug.cgi?id=27237
-%define specflags_i686 -gsplit-dwarf
+# ix86 and x32 - the same issue as https://llvm.org/bugs/show_bug.cgi?id=27237
+%define specflags_ia32 -gsplit-dwarf
%define specflags_x32 -gsplit-dwarf
# strip corrupts: $RPM_BUILD_ROOT/usr/lib64/llvm-gcc/bin/llvm-c++ ...
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/af22103845f413b2d0fa3a0ad280410179be7d96
More information about the pld-cvs-commit
mailing list