From e8e7eca3c6e07aea08acda11e5e8852b98870131 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 26 Dec 2012 19:54:12 +0100 Subject: all: unmark experimental version It's been a while we've had those versions, time to unmark them being experimental. It does not mean everything is perfect, but may gather some more testing on those versions. Update samples accordingly. Signed-off-by: "Yann E. MORIN" --- config/libc/newlib.in | 9 +++------ config/libc/uClibc.in | 3 +-- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'config/libc') diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 26eccd71..583af1ee 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -20,18 +20,15 @@ choice config LIBC_NEWLIB_V_1_20_0 bool - prompt "1.20.0 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "1.20.0" config LIBC_NEWLIB_V_1_19_0 bool - prompt "1.19.0 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "1.19.0" config LIBC_NEWLIB_V_1_18_0 bool - prompt "1.18.0 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "1.18.0" config LIBC_NEWLIB_V_1_17_0 bool diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index d13796a5..6be63d6f 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -49,8 +49,7 @@ config LIBC_UCLIBC_V_0_9_32 config LIBC_UCLIBC_V_0_9_31 bool - prompt "0.9.31 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "0.9.31" select LIBC_UCLIBC_0_9_30_or_later config LIBC_UCLIBC_V_0_9_30_3 -- cgit v1.2.3