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 2] config/eglibc: Make eglibc 2.11 and 2.12 not experimental


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1297114242 28800
# Node ID f2f34b32f510cbaf7e10d6d6044988f904060110
# Parent  9fef6c8579f007fe17ab0eabf5f55a9022ee0101
config/eglibc: Make eglibc 2.11 and 2.12 not experimental

I haven't noticed the usual experimental testers complain about eglibc
2.11 or 2.12 being unstable. So stop marking them as experimental.

diff -r 9fef6c8579f0 -r f2f34b32f510 config/libc/eglibc.in
--- a/config/libc/eglibc.in	Mon Feb 07 13:28:44 2011 -0800
+++ b/config/libc/eglibc.in	Mon Feb 07 13:30:42 2011 -0800
@@ -26,12 +26,10 @@
 config LIBC_EGLIBC_V_2_12
     bool
     prompt "2_12"
-    depends on EXPERIMENTAL
 
 config LIBC_EGLIBC_V_2_11
     bool
     prompt "2_11"
-    depends on EXPERIMENTAL
 
 config LIBC_EGLIBC_V_2_10
     bool

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