From 64aae637f835cb5dce12097f0d5fc70c0ca44e7d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 21 Jan 2010 22:33:54 +0100 Subject: debug/gdb: do not expose the ncurses version in the menuconfig --- config/debug/gdb.in | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'config/debug') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 307fced5..04b8f39f 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 -- cgit v1.2.3