# HG changeset patch # User Arnaud Lacombe # Date 1280809071 -7200 # Node ID f5ebe8c429dc73f1eba8b222e7b28d582ee20f5a # Parent 57d5da4e4d258b1c6c4b89a2f09b394c04a63c60 libc/uClibc: add uClibc 0.9.30.3 This version has been released a couple of month ago, but it never reached crosstool-ng tree. This may be linked to the fact that the current 0.9.30.2, once patched, has nothing much different from 0.9.30.3, released. I'm not including any patch with this upgrade, on purpose. Signed-off-by: Arnaud Lacombe diff -r 57d5da4e4d25 -r f5ebe8c429dc config/libc/uClibc.in --- a/config/libc/uClibc.in Mon Aug 02 21:06:13 2010 +0200 +++ b/config/libc/uClibc.in Tue Aug 03 06:17:51 2010 +0200 @@ -20,6 +20,11 @@ depends on EXPERIMENTAL select LIBC_UCLIBC_0_9_30_or_later +config LIBC_UCLIBC_V_0_9_30_3 + bool + prompt "0.9.30.3" + select LIBC_UCLIBC_0_9_30_or_later + config LIBC_UCLIBC_V_0_9_30_2 bool prompt "0.9.30.2" @@ -70,6 +75,7 @@ # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "0.9.31" if LIBC_UCLIBC_V_0_9_31 + default "0.9.30.3" if LIBC_UCLIBC_V_0_9_30_3 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