public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: add --without-clang-plugin --without-llvm-plugin to annobin configure options
@ 2026-06-29 12:30 Jakub Jelinek
0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:30 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:30 [rpms/gcc] rhel-f41-base: add --without-clang-plugin --without-llvm-plugin to annobin configure options Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox