Mark some features as no longer being EXPERIMENTAL.

/trunk/config/debug/gdb.in  |    3     1     2     0 +--
 /trunk/config/libc/glibc.in |    1     0     1     0 -
 2 files changed, 1 insertion(+), 3 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-09-02 19:50:45 +00:00
parent 10f2223773
commit 76505c71c4
2 changed files with 1 additions and 3 deletions

View File

@ -59,9 +59,8 @@ config GDB_NATIVE_STATIC
config GDB_NATIVE_USE_GMP_MPFR
bool
prompt "Use GMP and MPFR (EXPERIMENTAL)"
prompt "Use GMP and MPFR"
default n
depends on EXPERIMENTAL
depends on GDB_NATIVE
select GMP_MPFR
select GMP_MPFR_TARGET

View File

@ -38,7 +38,6 @@ config LIBC_V_2_6_1
config LIBC_V_2_7
bool
prompt "2.7"
depends on EXPERIMENTAL
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!