Add EXPERIMENTAL glibc-2.7.

This commit is contained in:
Yann E. MORIN" 2007-10-30 19:18:45 +00:00
parent 66fc264900
commit 33f66b807d

View File

@ -25,6 +25,11 @@ config LIBC_V_2_6_1
bool
prompt "2.6.1"
config LIBC_V_2_7
bool
prompt "2.7"
depends on EXPERIMENTAL
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -37,6 +42,7 @@ config LIBC_VERSION
default "2.5.1" if LIBC_V_2_5_1
default "2.6" if LIBC_V_2_6
default "2.6.1" if LIBC_V_2_6_1
default "2.7" if LIBC_V_2_7
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!