This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 4/5] Add uClibc 0.9.31


Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
 config/libc/uClibc.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 6ea0295..1f10170 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -14,6 +14,11 @@ choice
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config LIBC_UCLIBC_V_0_9_31
+    bool
+    prompt "0.9.31"
+    select LIBC_UCLIBC_0_9_30_or_later
+
 config LIBC_UCLIBC_V_0_9_30_2
     bool
     prompt "0.9.30.2"
@@ -56,6 +61,7 @@ config LIBC_VERSION
     prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
 # 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.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
-- 
1.7.0.rc2.16.g99c03.dirty


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]