From f7c751a400d91645db91a33c18a7f581421b49b1 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 26 Nov 2020 10:16:27 +0200 Subject: [PATCH] Disable inprocess agent for riscv64 [..] make[1]: Leaving directory '/builddir/build/BUILD/gdb-10.1/build-riscv64-redhat-linux-gnu' configure: WARNING: Intel Processor Trace support disabled; some features may be unavailable. configure: error: inprocess agent not supported for this target [..] Signed-off-by: David Abdurachmanov --- gdb.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index d75e8f9..4d05795 100644 --- a/gdb.spec +++ b/gdb.spec @@ -88,7 +88,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 @@ -1186,6 +1186,7 @@ fi %changelog * Thu Nov 26 2020 David Abdurachmanov - 10.1-2.0.riscv64 - Add riscv64-linux-gnu to enabled targets +- Disable inprocess agent for riscv64 * Wed Nov 04 2020 Kevin Buettner - 10.1-2 - Fix bug in local patch gdb-6.6-buildid-locate.patch which prevented