public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Antonio Trande <sagitter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/icecat] main: Fix clang linker
Date: Sun, 20 Sep 2026 08:57:47 GMT [thread overview]
Message-ID: <178989466747.1.15557088964246381279.rpms-icecat-c794457e7b27@fedoraproject.org> (raw)
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"
reply other threads:[~2026-09-20 8:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178989466747.1.15557088964246381279.rpms-icecat-c794457e7b27@fedoraproject.org \
--to=sagitter@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox