enable GDC on aarch64

This commit is contained in:
Kalev Lember 2022-09-07 16:28:39 +02:00
parent 46ce913ce6
commit c9c54ba24f
1 changed files with 5 additions and 2 deletions

View File

@ -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