From 41e8d132ce83fcd3a0fa9249586c2781693200aa Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 18 May 2007 19:55:49 +0000 Subject: Un-mark gdb and dmalloc being EXPERIMENTAL. Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet). --- config/debug/dmalloc.in | 1 - config/debug/gdb.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'config/debug') diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in index 70da2630..fa0bbaab 100644 --- a/config/debug/dmalloc.in +++ b/config/debug/dmalloc.in @@ -4,7 +4,6 @@ menuconfig DMALLOC bool prompt "dmalloc" default n - depends on EXPERIMENTAL if DMALLOC diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 2fd499df..9f5e8e30 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -4,7 +4,6 @@ menuconfig GDB bool prompt "gdb" default n - depends on EXPERIMENTAL help Enable gdb for the target @@ -21,6 +20,7 @@ config GDB_NATIVE bool prompt "Native gdb" default n + depends on EXPERIMENTAL help Build and install a native gdb for the target, to run on the target. -- cgit v1.2.3