# HG changeset patch # User "Yann E. MORIN" # Date 1180297762 0 # Node ID dc4ce917245f37985fed98800b5cfcd073e7cfd6 # Parent 927533f2b278f3e8fe7afab08546f4844881a21c No longer mark NPTL as being EXPERIMENTAL. But mark build a native gdb as being EXPERIMENTAL. diff -r 927533f2b278 -r dc4ce917245f config/debug/gdb.in --- a/config/debug/gdb.in Sun May 27 20:23:41 2007 +0000 +++ b/config/debug/gdb.in Sun May 27 20:29:22 2007 +0000 @@ -18,7 +18,7 @@ config GDB_NATIVE bool - prompt "Native gdb" + prompt "Native gdb (EXPERIMENTAL)" default n depends on EXPERIMENTAL help diff -r 927533f2b278 -r dc4ce917245f config/target.in --- a/config/target.in Sun May 27 20:23:41 2007 +0000 +++ b/config/target.in Sun May 27 20:29:22 2007 +0000 @@ -66,9 +66,8 @@ config THREADS_NPTL bool - prompt "nptl (EXPERIMENTAL)" + prompt "nptl" depends on LIBC_SUPPORT_NPTL - depends on EXPERIMENTAL config THREADS_LINUXTHREADS bool