summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-18 19:55:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-18 19:55:49 (GMT)
commit41e8d132ce83fcd3a0fa9249586c2781693200aa (patch)
tree2abd33b4431895e81d1880998f0fb97cf3aa8bd3 /config
parentdb2d59f09132f7759e8e4a3857f6402264c80755 (diff)
Un-mark gdb and dmalloc being EXPERIMENTAL.
Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet).
Diffstat (limited to 'config')
-rw-r--r--config/debug/dmalloc.in1
-rw-r--r--config/debug/gdb.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index 70da263..fa0bbaa 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 2fd499d..9f5e8e3 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.