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 1 of 2] config/eglibc: Add 2.13 branch


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1297114124 28800
# Node ID 9fef6c8579f007fe17ab0eabf5f55a9022ee0101
# Parent  ba82eb173bd46c52bd1644a0ab0b0a5f1f36660c
config/eglibc: Add 2.13 branch

diff -r ba82eb173bd4 -r 9fef6c8579f0 config/libc/eglibc.in
--- a/config/libc/eglibc.in	Sun Jan 30 19:25:56 2011 +0100
+++ b/config/libc/eglibc.in	Mon Feb 07 13:28:44 2011 -0800
@@ -18,6 +18,11 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config LIBC_EGLIBC_V_2_13
+    bool
+    prompt "2_13"
+    depends on EXPERIMENTAL
+
 config LIBC_EGLIBC_V_2_12
     bool
     prompt "2_12"
@@ -68,6 +73,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2_13" if LIBC_EGLIBC_V_2_13
     default "2_12" if LIBC_EGLIBC_V_2_12
     default "2_11" if LIBC_EGLIBC_V_2_11
     default "2_10" if LIBC_EGLIBC_V_2_10

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