diff --git a/gdb.spec b/gdb.spec index 8a0c0bb..d06e8d0 100644 --- a/gdb.spec +++ b/gdb.spec @@ -26,7 +26,7 @@ Version: 8.1.50.%{snapsrc} # 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: 15%{?dist} +Release: 15.0.riscv64%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL Group: Development/Debuggers @@ -569,7 +569,7 @@ export CXXFLAGS="$CFLAGS" --with-gdb-datadir=%{_datadir}/gdb \ --enable-gdb-build-warnings=,-Wno-unused \ --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 \ @@ -1026,6 +1026,9 @@ then fi %changelog +* Sun Jun 03 2018 David Abdurachmanov - 8.1.50.20180522-15.0.riscv64.fc28 +- Enable RISC-V (riscv64) + * Wed May 30 2018 Sergio Durigan Junior - 8.1.50.20180522-15.fc28 - Rebase to FSF GDB 8.1.50.20180522 (8.2pre).