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] add uClibc-0.9.33


Signed-off-by: Johannes Stezenbach <js@sig21.net>
---
uClibc-0.9.33 has been released today.
Not sure about 0.9.32.1/100-fix-TLS-DTPREL-TPREL-macros.patch,
I only know about ARM...


diff -r 3b8192272c2f config/libc/uClibc.in
--- a/config/libc/uClibc.in	Wed Feb 01 00:10:59 2012 +0100
+++ b/config/libc/uClibc.in	Thu Feb 02 16:17:03 2012 +0100
@@ -21,6 +21,11 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config LIBC_UCLIBC_V_0_9_33
+    bool
+    prompt "0.9.33"
+    select LIBC_UCLIBC_0_9_32_or_later
+
 config LIBC_UCLIBC_V_0_9_32_1
     bool
     prompt "0.9.32.1"
@@ -91,6 +96,7 @@
     prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "0.9.33" if LIBC_UCLIBC_V_0_9_33
     default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1
     default "0.9.32" if LIBC_UCLIBC_V_0_9_32
     default "0.9.31" if LIBC_UCLIBC_V_0_9_31

--
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]