libc/uClibc: add 0.9.33.1

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2012-04-30 17:19:00 +02:00
parent 642e99ca4f
commit df5c7ce5fd

View File

@ -21,6 +21,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config LIBC_UCLIBC_V_0_9_33_1
bool
prompt "0.9.33.1"
select LIBC_UCLIBC_0_9_32_or_later
config LIBC_UCLIBC_V_0_9_33
bool
prompt "0.9.33"
@ -96,6 +101,7 @@ config LIBC_VERSION
prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "0.9.33.1" if LIBC_UCLIBC_V_0_9_33_1
default "0.9.33" if LIBC_UCLIBC_V_0_9_33
default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1
default "0.9.32" if LIBC_UCLIBC_V_0_9_32