Add latest uClibc 0.9.30 ( at last! ;-) )

/trunk/config/libc/uClibc.in |    5     5     0     0 +++++
 1 file changed, 5 insertions(+)
This commit is contained in:
Yann E. MORIN" 2008-11-14 13:49:27 +00:00
parent 00326c96db
commit 3905eec431

View File

@ -34,6 +34,10 @@ config LIBC_V_0_9_29
bool
prompt "0.9.29"
config LIBC_V_0_9_30
bool
prompt "0.9.30"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@ -58,6 +62,7 @@ config LIBC_VERSION
default "0.9.28.2" if LIBC_V_0_9_28_2
default "0.9.28.3" if LIBC_V_0_9_28_3
default "0.9.29" if LIBC_V_0_9_29
default "0.9.30" if LIBC_V_0_9_30
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!