libc/eglibc: Add 2.13 branch
authorBryan Hundven <bryanhundven@gmail.com>
Sat Feb 12 17:30:53 2011 +0100 (2011-02-12)
changeset 229980c29dce43f2
parent 2290 ba82eb173bd4
child 2300 60d9591ed5bd
libc/eglibc: Add 2.13 branch

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
config/libc/eglibc.in
     1.1 --- a/config/libc/eglibc.in	Sun Jan 30 19:25:56 2011 +0100
     1.2 +++ b/config/libc/eglibc.in	Sat Feb 12 17:30:53 2011 +0100
     1.3 @@ -18,6 +18,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_EGLIBC_V_2_13
     1.8 +    bool
     1.9 +    prompt "2_13"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_EGLIBC_V_2_12
    1.13      bool
    1.14      prompt "2_12"
    1.15 @@ -68,6 +73,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2_13" if LIBC_EGLIBC_V_2_13
    1.20      default "2_12" if LIBC_EGLIBC_V_2_12
    1.21      default "2_11" if LIBC_EGLIBC_V_2_11
    1.22      default "2_10" if LIBC_EGLIBC_V_2_10