libc/glibc: add 2.12.1 and 2.12.2

Signed-off-by: Heiko Zuerker <heiko@zuerker.org>
This commit is contained in:
Heiko Zuerker 2010-12-29 19:34:53 +01:00
parent fa32e39096
commit 4e8ab6eefd

View File

@ -42,6 +42,16 @@ choice
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_BELOW # CT_INSERT_VERSION_BELOW
config LIBC_GLIBC_V_2_12_2
bool
prompt "2.12.2 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config LIBC_GLIBC_V_2_12_1
bool
prompt "2.12.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config LIBC_GLIBC_V_2_11_1 config LIBC_GLIBC_V_2_11_1
bool bool
prompt "2.11.1 (EXPERIMENTAL)" prompt "2.11.1 (EXPERIMENTAL)"
@ -102,6 +112,8 @@ config LIBC_VERSION
string string
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW # CT_INSERT_VERSION_STRING_BELOW
default "2.12.2" if LIBC_GLIBC_V_2_12_2
default "2.12.1" if LIBC_GLIBC_V_2_12_1
default "2.11.1" if LIBC_GLIBC_V_2_11_1 default "2.11.1" if LIBC_GLIBC_V_2_11_1
default "2.11" if LIBC_GLIBC_V_2_11 default "2.11" if LIBC_GLIBC_V_2_11
default "2.10.1" if LIBC_V_2_10_1 default "2.10.1" if LIBC_V_2_10_1