public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecat] main: Fix clang linker
@ 2026-09-20 8:57 Antonio Trande
0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-09-20 8:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/icecat
Branch : main
Commit : c794457e7b270b146c1815dc7c22d2a323699938
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-09-20T10:57:26+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/icecat/c/c794457e7b270b146c1815dc7c22d2a323699938?branch=main
Log:
Fix clang linker
---
diff --git a/icecat.spec b/icecat.spec
index cdfa38b..748c155 100644
--- a/icecat.spec
+++ b/icecat.spec
@@ -565,7 +565,7 @@ MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
export RUSTFLAGS="-Cdebuginfo=0"
%endif
%if "%toolchain" == "clang"
-export RUSTFLAGS="$RUSTFLAGS -C target-cpu=native -C opt-level=3 -Clinker=clang -Clinker-plugin-lto -Clink-arg=-fuse-ld=lld"
+export RUSTFLAGS="$RUSTFLAGS -C target-cpu=native -C opt-level=3 -Clinker=clang-%{?llvm_suffix} -Clinker-plugin-lto -Clink-arg=-fuse-ld=lld"
%endif
# error "STL code can only be used with -fno-exceptions"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-20 8:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-20 8:57 [rpms/icecat] main: Fix clang linker Antonio Trande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox