# HG changeset patch # User Bryan Hundven # Date 1308714728 25200 # Node ID 6d9b79f63eda6bbe9d0446bf9290de3a5136a7b8 # Parent 2377be750e83defa6d764bcb8cf6dbaf098a19f6 config/eglibc: Add eglibc-2_14 branch Eglibc-2_14 has been branched. Signed-off-by: Bryan Hundven diff -r 2377be750e83 -r 6d9b79f63eda config/libc/eglibc.in --- a/config/libc/eglibc.in Mon Jun 13 22:54:29 2011 +0400 +++ b/config/libc/eglibc.in Tue Jun 21 20:52:08 2011 -0700 @@ -18,6 +18,12 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_14 + bool + prompt "2_14" + depends on EXPERIMENTAL + select LIBC_EGLIBC_2_14_or_later + config LIBC_EGLIBC_V_2_13 bool prompt "2_13" @@ -67,7 +73,7 @@ config LIBC_EGLIBC_V_TRUNK bool prompt "'trunk'" - select LIBC_EGLIBC_2_13_or_later + select LIBC_EGLIBC_2_14_or_later help Selecting this will export the trunk of the eglibc subversion repository. @@ -77,6 +83,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "2_11" if LIBC_EGLIBC_V_2_11 @@ -88,6 +95,10 @@ default "2_5" if LIBC_EGLIBC_V_2_5 default "trunk" if LIBC_EGLIBC_V_TRUNK +config LIBC_EGLIBC_2_14_or_later + bool + select LIBC_EGLIBC_2_13_or_later + config LIBC_EGLIBC_2_13_or_later bool select LIBC_EGLIBC_2_12_or_later