public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marek Polacek <polacek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Don't build offload-amdgcn on RHEL
Date: Mon, 29 Jun 2026 12:30:35 GMT [thread overview]
Message-ID: <178273623512.1.3839524794534823493.rpms-gcc-6c8229ada42b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 6c8229ada42bdb571a07808a831cbba04c05ff16
Author : Marek Polacek <polacek@redhat.com>
Date : 2024-05-03T16:09:15-04:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/6c8229ada42bdb571a07808a831cbba04c05ff16?branch=rhel-f41-base
Log:
Don't build offload-amdgcn on RHEL
---
diff --git a/gcc.spec b/gcc.spec
index 3a3ec20..4fd1e02 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -116,11 +116,15 @@
%else
%global build_offload_nvptx 0
%endif
+%if 0%{?rhel:1}
+%global build_offload_amdgcn 0
+%else
%ifarch x86_64
%global build_offload_amdgcn 1
%else
%global build_offload_amdgcn 0
%endif
+%endif
%if 0%{?fedora} < 32 && 0%{?rhel} < 8
%ifarch s390x
%global multilib_32_arch s390
@@ -3631,6 +3635,7 @@ end
* Fri May 3 2024 Marek Polacek <polacek@redhat.com> 14.0.1-0.17
- enable hardening and configure with --enable-host-pie --enable-host-bind-now
on RHEL
+- don't build offload-amdgcn on RHEL
* Tue Apr 30 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.16
- update from trunk and releases/gcc-14 branch
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=178273623512.1.3839524794534823493.rpms-gcc-6c8229ada42b@fedoraproject.org \
--to=polacek@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