From a36b0fbe3a0496c28265fbaa2faa4f68fe64920d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 14 Dec 2023 15:49:12 +0200 Subject: [PATCH] Add support for riscv64 Signed-off-by: David Abdurachmanov --- gdb.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/gdb.spec b/gdb.spec index 45e3ab6..8c7040a 100644 --- a/gdb.spec +++ b/gdb.spec @@ -57,7 +57,7 @@ Version: 14.1 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} License: GPL-3.0-or-later AND BSD-3-clause AND FSFAP AND LGPL-2.1-or-later AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND GFDL-1.3-or-later AND LGPL-2.0-or-later WITH GCC-exception-2.0 AND GPL-3.0-or-later WITH GCC-exception-3.1 AND GPL-2.0-or-later WITH GNU-compiler-exception # Do not provide URL for snapshots as the file lasts there only for 2 days. @@ -112,7 +112,7 @@ Summary: A GNU source-level debugger for C, C++, Fortran, Go and other languages Obsoletes: gdb64 < 5.3.91 %endif -%ifarch %{arm} +%ifarch %{arm} riscv64 %global have_inproctrace 0 %else %global have_inproctrace 1 @@ -398,7 +398,7 @@ BuildRequires: gcc-gnat BuildRequires: libgnat%{bits_local} libgnat%{bits_other} %endif %else -%ifarch %{ix86} x86_64 ia64 ppc %{power64} alpha s390x %{arm} aarch64 +%ifarch %{ix86} x86_64 ia64 ppc %{power64} alpha s390x %{arm} aarch64 riscv64 %if 0%{!?rhel:1} BuildRequires: gcc-gnat BuildRequires: libgnat%{bits_local} libgnat%{bits_other} @@ -619,7 +619,7 @@ COMMON_GDB_CONFIGURE_FLAGS="\ ,-Wno-format-overflow\ %endif --enable-build-with-cxx \ -%ifnarch %{ix86} alpha ppc s390 s390x x86_64 ppc64 ppc64le sparc sparcv9 sparc64 %{arm} aarch64 +%ifnarch %{ix86} alpha ppc s390 s390x x86_64 ppc64 ppc64le sparc sparcv9 sparc64 %{arm} aarch64 riscv64 --disable-werror \ %else --enable-werror \ @@ -704,7 +704,7 @@ export PKG_CONFIG_PATH=%{_libdir}/pkgconfig %ifarch sparc sparcv9 sparc-%{_vendor}-%{_target_os}%{?_gnu} %else - --enable-targets=s390-linux-gnu,powerpc-linux-gnu,arm-linux-gnu,aarch64-linux-gnu \ + --enable-targets=s390-linux-gnu,powerpc-linux-gnu,arm-linux-gnu,aarch64-linux-gnu,riscv64-linux-gnu \ %{_target_platform} %endif @@ -807,7 +807,7 @@ $(: ppc64 host build crashes on ppc variant of libexpat.so ) \ %ifarch sparc sparcv9 sparc-%{_vendor}-%{_target_os}%{?_gnu} %else - --enable-targets=s390-linux-gnu,powerpc-linux-gnu,arm-linux-gnu,aarch64-linux-gnu \ + --enable-targets=s390-linux-gnu,powerpc-linux-gnu,arm-linux-gnu,aarch64-linux-gnu,riscv64-linux-gnu \ %{_target_platform} %endif @@ -1250,6 +1250,9 @@ fi %endif %changelog +* Thu Dec 14 2023 David Abdurachmanov - 14.1-1.0.riscv64 +- Add riscv64 support + * Fri Dec 8 2023 Kevin Buettner - 14.1-1 - Rebase to FSF GDB 14.1. - Update local patches: