summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 307fced..04b8f39 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -129,29 +129,3 @@ config GDB_VERSION
default "7.0" if GDB_V_7_0
default "6.8" if GDB_V_6_8
default "snapshot" if GDB_V_snapshot
-
-if GDB_NATIVE
-
-comment "Native gdb needs a native ncurses library"
-
-choice
- bool
- prompt "ncurses version"
-
-config NCURSES_V_5_7
- bool
- prompt "5.7"
-
-config NCURSES_V_5_6
- bool
- prompt "5.6 (OBSOLETE)"
- depends on OBSOLETE
-
-endchoice
-
-config NCURSES_VERSION
- string
- default "5.7" if NCURSES_V_5_7
- default "5.6" if NCURSES_V_5_6
-
-endif # GDB_NATIVE --> ncurses