diff options
-rw-r--r-- | config/debug/gdb.in | 2 | ||||
-rw-r--r-- | config/target.in | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 9f5e8e30..85109192 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 1fcfc30c..0b8a6816 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 |