From a8cef5773ef1961d26d334175d96758006625561 Mon Sep 17 00:00:00 2001 From: Yuriy Kolerov Date: Fri, 12 May 2023 09:37:13 +0400 Subject: [PATCH] gdb: Make native GDB 13+ dependent on MPFR GDB 13+ depends on MPFR thus it must be selected. Signed-off-by: Yuriy Kolerov --- config/debug/gdb.in.native | 1 + 1 file changed, 1 insertion(+) diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native index 02c2c479..5afed525 100644 --- a/config/debug/gdb.in.native +++ b/config/debug/gdb.in.native @@ -10,6 +10,7 @@ config GDB_NATIVE select EXPAT_TARGET select NCURSES_TARGET select GMP_TARGET if GDB_11_or_later + select MPFR_TARGET if GDB_13_or_later help Build and install a native gdb for the target, to run on the target.