libc/uClibc: add latest version 0.9.30.2

This commit is contained in:
Yann E. MORIN" 2010-01-14 18:45:08 +01:00
parent 0e9551967c
commit 9a1941ac37

View File

@ -14,6 +14,12 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config LIBC_UCLIBC_V_0_9_30_2
bool
prompt "0.9.30.2 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select LIBC_UCLIBC_0_9_30_or_later
config LIBC_V_0_9_30_1
bool
prompt "0.9.30.1"
@ -51,6 +57,7 @@ config LIBC_VERSION
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2
default "0.9.30.1" if LIBC_V_0_9_30_1
default "0.9.30" if LIBC_V_0_9_30
default "0.9.29" if LIBC_V_0_9_29