[packages/llvm] disable debug packages on %{ix86}
atler
atler at pld-linux.org
Tue Dec 23 13:15:01 CET 2025
commit 02f27e0079575a1a09597fe32dc6915d92927457
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Dec 23 13:14:21 2025 +0100
disable debug packages on %{ix86}
llvm.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/llvm.spec b/llvm.spec
index 97507d7..0d8c83d 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -220,7 +220,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# objcopy: BFD (GNU Binutils) 2.32 assertion fail format.c:459
# objcopy: error: .../libLLVM-8.so(.debug_gnu_pubtypes) is too large (0x1ceee347 bytes)
# objcopy: .../libLLVM-8.so[.debug_gnu_pubtypes]: memory exhausted
-%ifarch x32
+%ifarch %{ix86} x32
%define _enable_debug_packages 0
%endif
# ix86 and x32 - the same issue as https://llvm.org/bugs/show_bug.cgi?id=27237
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/02f27e0079575a1a09597fe32dc6915d92927457
More information about the pld-cvs-commit
mailing list