summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/debug/gdb.in2
-rw-r--r--config/target.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 9f5e8e3..8510919 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -18,7 +18,7 @@ config GDB_CROSS
config GDB_NATIVE
bool
- prompt "Native gdb"
+ prompt "Native gdb (EXPERIMENTAL)"
default n
depends on EXPERIMENTAL
help
diff --git a/config/target.in b/config/target.in
index 1fcfc30..0b8a681 100644
--- a/config/target.in
+++ b/config/target.in
@@ -66,9 +66,8 @@ choice
config THREADS_NPTL
bool
- prompt "nptl (EXPERIMENTAL)"
+ prompt "nptl"
depends on LIBC_SUPPORT_NPTL
- depends on EXPERIMENTAL
config THREADS_LINUXTHREADS
bool