[PATCH] libc/eglibc: add 2.11 and 2.12 branches

Bryan Hundven bryanhundven@gmail.com
Tue Oct 19 06:34:00 GMT 2010


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

Also fix typo s/LIBC_V_2_10/EGLIBC_V_2_10/

diff -r fa5bd6f1ea1a -r 872ab5091cd4 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:32:02 2010 -0700
@@ -18,7 +18,17 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config LIBC_V_2_10
+config EGLIBC_V_2_12
+    bool
+    prompt "2_12"
+    depends on EXPERIMENTAL
+
+config EGLIBC_V_2_11
+    bool
+    prompt "2_11"
+    depends on EXPERIMENTAL
+
+config EGLIBC_V_2_10
     bool
     prompt "2_10"
 
@@ -58,7 +68,9 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "2_10" if LIBC_V_2_10
+    default "2_12" if EGLIBC_V_2_12
+    default "2_11" if EGLIBC_V_2_11
+    default "2_10" if EGLIBC_V_2_10
     default "2_9" if EGLIBC_V_2_9
     default "2_8" if EGLIBC_V_2_8
     default "2_7" if EGLIBC_V_2_7

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



More information about the crossgcc mailing list