libc/uClibc: add uClibc 0.9.30.3
authorArnaud Lacombe <lacombar@gmail.com>
Tue Aug 03 06:17:51 2010 +0200 (2010-08-03)
changeset 2064f5ebe8c429dc
parent 2063 57d5da4e4d25
child 2067 477c7955e6b0
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 <lacombar@gmail.com>
config/libc/uClibc.in
     1.1 --- a/config/libc/uClibc.in	Mon Aug 02 21:06:13 2010 +0200
     1.2 +++ b/config/libc/uClibc.in	Tue Aug 03 06:17:51 2010 +0200
     1.3 @@ -20,6 +20,11 @@
     1.4      depends on EXPERIMENTAL
     1.5      select LIBC_UCLIBC_0_9_30_or_later
     1.6  
     1.7 +config LIBC_UCLIBC_V_0_9_30_3
     1.8 +    bool
     1.9 +    prompt "0.9.30.3"
    1.10 +    select LIBC_UCLIBC_0_9_30_or_later
    1.11 +
    1.12  config LIBC_UCLIBC_V_0_9_30_2
    1.13      bool
    1.14      prompt "0.9.30.2"
    1.15 @@ -70,6 +75,7 @@
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18      default "0.9.31" if LIBC_UCLIBC_V_0_9_31
    1.19 +    default "0.9.30.3" if LIBC_UCLIBC_V_0_9_30_3
    1.20      default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2
    1.21      default "0.9.30.1" if LIBC_V_0_9_30_1
    1.22      default "0.9.30" if LIBC_V_0_9_30