diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 19:54:12 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 19:54:12 +0100 |
commit | e8e7eca3c6e07aea08acda11e5e8852b98870131 (patch) | |
tree | fc3dcd7cdd8b11ccf4833734f9cc8d196572460f /config/libc/uClibc.in | |
parent | 8bcfb25fb7aec9498db4031cc807872585281e30 (diff) | |
download | crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.tar.gz crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.tar.bz2 crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.zip |
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" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 3 |
1 files changed, 1 insertions, 2 deletions
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 |