summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2010-08-03 04:17:51 (GMT)
committerArnaud Lacombe <lacombar@gmail.com>2010-08-03 04:17:51 (GMT)
commit89152e8290584b1e0ea88872e8c3051298537b1e (patch)
treea486211cdb8e5a8d0fbc1cc4a9a4b01ef5e3093e /config/libc
parentd6170616e0fa21876d85dee10034b2583ad3d5c7 (diff)
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>
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/uClibc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index ef8f921..24ab3d9 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -20,6 +20,11 @@ config LIBC_UCLIBC_V_0_9_31
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 @@ config LIBC_VERSION
# 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