summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-21 21:33:54 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-21 21:33:54 (GMT)
commit64aae637f835cb5dce12097f0d5fc70c0ca44e7d (patch)
treeda879d628d6687feace3616065078c899d25f12c /config/debug/gdb.in
parent8a50c2d2441f6fe1fec03ee9917ef937d0220b10 (diff)
debug/gdb: do not expose the ncurses version in the menuconfig
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