summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 643162b..d2ce15e 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -33,6 +33,7 @@ config GDB_NATIVE
bool
prompt "Native gdb"
default n
+ select GMP_MPFR_TARGET if GMP_MPFR
help
Build and install a native gdb for the target, to run on the target.
@@ -123,10 +124,6 @@ choice
bool
prompt "ncurses version"
-config NCURSES_V_4_2
- bool
- prompt "4.2"
-
config NCURSES_V_5_6
bool
prompt "5.6"
@@ -135,7 +132,6 @@ endchoice
config NCURSES_VERSION
string
- default "4.2" if NCURSES_V_4_2
default "5.6" if NCURSES_V_5_6
endif # GDB_NATIVE --> ncurses