summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 21:15:17 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 21:15:17 (GMT)
commit3a71b208b333b8539a801588ca64ec1b4c3da95b (patch)
tree9b266d0b18ea7745fd4d36e7d5ae1b2c38c29220 /config
parent542419d6a093121909c6d90ef0c421769737b288 (diff)
parented71d902c98618c379ecca132655566acc6864a4 (diff)
Merge.
Diffstat (limited to 'config')
-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