[packages/rust/linker-debug] rust-lld is stable only on x86_64
atler
atler at pld-linux.org
Mon Feb 2 12:17:23 CET 2026
commit 9d0b04c9868e51608a06ed19211395e98d3529fc
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Feb 2 12:16:31 2026 +0100
rust-lld is stable only on x86_64
rust.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/rust.spec b/rust.spec
index 3b410d5..6e98fa2 100644
--- a/rust.spec
+++ b/rust.spec
@@ -34,8 +34,10 @@
%endif
%if %{with bootstrap}
+%ifarch %{x8664} x32
%define rust_lld_flags -C linker-features=-lld
%endif
+%endif
%define specrustflags %{?rust_lld_flags}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rust.git/commitdiff/9d0b04c9868e51608a06ed19211395e98d3529fc
More information about the pld-cvs-commit
mailing list