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 2 of 3] Add updated eglibc 2.15


# HG changeset patch
# User "Bryan Hundven" <bryanhundven@gmail.com>
# Date 1330644229 28800
# Node ID 85ff80f395067f7b07dd2558f9c8a7357f18cbf9
# Parent  cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699
Add updated eglibc 2.15

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

diff -r cc5c8bd6c1a2 -r 85ff80f39506 config/libc/eglibc.in
--- a/config/libc/eglibc.in	Thu Mar 01 15:20:09 2012 -0800
+++ b/config/libc/eglibc.in	Thu Mar 01 15:23:49 2012 -0800
@@ -18,6 +18,12 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config LIBC_EGLIBC_V_2_15
+    bool
+    prompt "2_15"
+    depends on EXPERIMENTAL
+    select LIBC_EGLIBC_2_15_or_later
+
 config LIBC_EGLIBC_V_2_14
     bool
     prompt "2_14"
@@ -83,6 +89,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2_15" if LIBC_EGLIBC_V_2_15
     default "2_14" if LIBC_EGLIBC_V_2_14
     default "2_13" if LIBC_EGLIBC_V_2_13
     default "2_12" if LIBC_EGLIBC_V_2_12
@@ -95,6 +102,10 @@
     default "2_5" if LIBC_EGLIBC_V_2_5
     default "trunk" if LIBC_EGLIBC_V_TRUNK
 
+config LIBC_EGLIBC_2_15_or_later
+    bool
+    select LIBC_EGLIBC_2_14_or_later
+
 config LIBC_EGLIBC_2_14_or_later
     bool
     select LIBC_EGLIBC_2_13_or_later

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