public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: enable GDC on aarch64
Date: Mon, 29 Jun 2026 12:29:55 GMT [thread overview]
Message-ID: <178273619562.1.9330181050167021613.rpms-gcc-c9c54ba24f4d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : c9c54ba24f4da1d0675e6af011de314e3b3b1e7f
Author : Kalev Lember <klember@redhat.com>
Date : 2022-09-08T21:42:48+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/c9c54ba24f4da1d0675e6af011de314e3b3b1e7f?branch=rhel-f41-base
Log:
enable GDC on aarch64
---
diff --git a/gcc.spec b/gcc.spec
index 7fffb7f..a9f8755 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -4,7 +4,7 @@
%global gcc_major 12
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 1
+%global gcc_release 2
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
%global _unpackaged_files_terminate_build 0
@@ -46,7 +46,7 @@
%else
%global build_go 0
%endif
-%ifarch %{ix86} x86_64 %{arm} %{mips} s390 s390x riscv64
+%ifarch %{ix86} x86_64 %{arm} aarch64 %{mips} s390 s390x riscv64
%global build_d 1
%else
%global build_d 0
@@ -3217,6 +3217,9 @@ end
%endif
%changelog
+* Wed Sep 07 2022 Kalev Lember <klember@redhat.com> 12.2.1-2
+- enable GDC on aarch64
+
* Fri Aug 19 2022 Jakub Jelinek <jakub@redhat.com> 12.2.1-1
- update from releases/gcc-12 branch
- GCC 12.1 release
reply other threads:[~2026-06-29 12:29 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=178273619562.1.9330181050167021613.rpms-gcc-c9c54ba24f4d@fedoraproject.org \
--to=klember@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