public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Disable multilib on riscv64.
@ 2026-06-29 12:27 Richard W.M. Jones
0 siblings, 0 replies; only message in thread
From: Richard W.M. Jones @ 2026-06-29 12:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : ca8c0f7dc686acf3117a5f621d190fb05f0b1e71
Author : Richard W.M. Jones <rjones@redhat.com>
Date : 2018-02-05T09:06:04+00:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/ca8c0f7dc686acf3117a5f621d190fb05f0b1e71?branch=rhel-f41-base
Log:
Disable multilib on riscv64.
---
diff --git a/gcc.spec b/gcc.spec
index 889d67d..8dc30e2 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -4,7 +4,7 @@
%global gcc_major 8
# 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 0.9
+%global gcc_release 0.10
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
%global _unpackaged_files_terminate_build 0
@@ -894,7 +894,7 @@ CONFIGURE_OPTS="\
%ifarch ppc64le
--enable-targets=powerpcle-linux \
%endif
-%ifarch ppc64le %{mips}
+%ifarch ppc64le %{mips} riscv64
--disable-multilib \
%else
--enable-multilib \
@@ -3038,6 +3038,9 @@ fi
%endif
%changelog
+* Mon Feb 5 2018 Richard W.M. Jones <rjones@redhat.com> 8.0.1-0.10
+- Disable multilib on riscv64.
+
* Thu Feb 1 2018 Jeff Law <law@redhat.com> 8.0.1-0.9
- fix -fstack-clash-protection codegen issue on 32 bit x86
(#1540221, PR target/84128)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:27 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:27 [rpms/gcc] rhel-f41-base: Disable multilib on riscv64 Richard W.M. Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox