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] libc/eglibc: Add eglibc 2.11 and 2.12 branches


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1287468553 25200
# Node ID d26d4999b146abb8d4d6eb5ac3670bac4882864e
# Parent  fa5bd6f1ea1aa117771e4c53fefaba16ba603d82
libc/eglibc: Add eglibc 2.11 and 2.12 branches

diff -r fa5bd6f1ea1a -r d26d4999b146 config/libc/eglibc.in
--- a/config/libc/eglibc.in	Mon Oct 18 13:55:25 2010 -0700
+++ b/config/libc/eglibc.in	Mon Oct 18 23:09:13 2010 -0700
@@ -17,6 +17,16 @@
     prompt "eglibc version"
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
+
+config LIBC_V_2_12
+    bool
+    prompt "2_12"
+    depends on EXPERIMENTAL
+
+config LIBC_V_2_11
+    bool
+    prompt "2_11"
+    depends on EXPERIMENTAL
 
 config LIBC_V_2_10
     bool
@@ -58,6 +68,8 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2_12" if LIBC_V_2_12
+    default "2_11" if LIBC_V_2_11
     default "2_10" if LIBC_V_2_10
     default "2_9" if EGLIBC_V_2_9
     default "2_8" if EGLIBC_V_2_8

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