public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: add --without-clang-plugin --without-llvm-plugin to annobin configure options
Date: Mon, 29 Jun 2026 12:30:29 GMT [thread overview]
Message-ID: <178273622902.1.8251505525638136000.rpms-gcc-6997e7374e98@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 6997e7374e989ca654ddb11bd54864df7f9a80ff
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2024-03-04T13:58:07+01:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/6997e7374e989ca654ddb11bd54864df7f9a80ff?branch=rhel-f41-base
Log:
add --without-clang-plugin --without-llvm-plugin to annobin configure options
---
diff --git a/gcc.spec b/gcc.spec
index 40b1562..9baf9da 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1391,7 +1391,8 @@ CC="`$ANNOBIN_FLAGS --build-cc`" CXX="`$ANNOBIN_FLAGS --build-cxx`" \
CFLAGS="$ANNOBIN_CFLAGS1 $ANNOBIN_CFLAGS2 $ANNOBIN_LDFLAGS" \
CXXFLAGS="$ANNOBIN_CFLAGS1 `$ANNOBIN_FLAGS --build-includes` $ANNOBIN_CFLAGS2 $ANNOBIN_LDFLAGS" \
./configure --with-gcc-plugin-dir=%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin \
- --without-annocheck --without-tests --without-docs --disable-rpath --without-debuginfod
+ --without-annocheck --without-tests --without-docs --disable-rpath --without-debuginfod \
+ --without-clang-plugin --without-llvm-plugin
make
cd ../..
%endif
@@ -3608,8 +3609,11 @@ end
%endif
%changelog
-* Thu Feb 29 2024 David Abdurachmanov <davidlt@rivosinc.com> 14.0.1-0.8
-- Enable support for riscv64
+- add --without-clang-plugin --without-llvm-plugin to annobin configure
+ options
+
+* Thu Feb 29 2024 David Abdurachmanov <davidlt@rivosinc.com>
+- enable support for riscv64
* Wed Feb 28 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.8
- update from trunk
reply other threads:[~2026-06-29 12:30 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=178273622902.1.8251505525638136000.rpms-gcc-6997e7374e98@fedoraproject.org \
--to=jakub@redhat.com \
--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