Requirements for Building GDB:
GDB now uses GMP to perform some of its arithmetics...

(At least GDB 11.1 is not compiling without GMP)

Signed-off-by: Artur Wiebe <ar...@4wiebe.de>
---
 rules/gdb.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/gdb.in b/rules/gdb.in
index 65c6fff01..840917f0b 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -7,6 +7,7 @@ menuconfig GDB
        select LIBC_DL
        select GCCLIBS_GCC_S
        select NCURSES
+       select LIBGMP
        help
          The GNU Debugger
 
-- 
2.36.1


Reply via email to