From 3bb7684a11619d6262cfa75bac18e8088d5f9e56 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 4 Jun 2018 15:13:12 +0200 Subject: [PATCH] Enable debug packages gdb-headless was built and gdb-add-index was confirmed to work on riscv64. Also you can use gdb as disassembler, but there is not native Linux support yet thus you cannot attach to a process or debug a core dump. Signed-off-by: David Abdurachmanov --- macros | 5 ----- 1 file changed, 5 deletions(-) diff --git a/macros b/macros index 0efbcac..b93bd9b 100644 --- a/macros +++ b/macros @@ -255,11 +255,6 @@ # bootstrapping Fedora RISC-V %__spec_check_pre exit 0 -# disable debug packages as we don't have gdb-add-index -# GDB is not yet ported on RISC-V to support Linux targets -%_enable_debug_packages 0 -%debug_package %{nil} - # override /usr/lib/rpm/macros.d/macros.perl instead of modifying it in order # to keep custom changes in one place (and no need to rebuild perl again). #