libc/eglibc: Add eglibc 2.16
authorBryan Hundven <bryanhundven@gmail.com>
Mon Jul 02 20:36:56 2012 -0700 (2012-07-02)
changeset 30140f50dc396387
parent 3013 e5f4367d55d8
child 3015 7479ef9726f7
libc/eglibc: Add eglibc 2.16

Patches don't need to come forward, as they are in this branch.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Message-Id: <6fdf77081379812820e8.1341286640@flambe.is-a-geek.org>
config/libc/eglibc.in
     1.1 --- a/config/libc/eglibc.in	Mon Jul 02 20:31:06 2012 -0700
     1.2 +++ b/config/libc/eglibc.in	Mon Jul 02 20:36:56 2012 -0700
     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_16
     1.8 +    bool
     1.9 +    prompt "2_16"
    1.10 +    select LIBC_EGLIBC_2_16_or_later
    1.11 +
    1.12  config LIBC_EGLIBC_V_2_15
    1.13      bool
    1.14      prompt "2_15"
    1.15 @@ -86,6 +91,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2_16" if LIBC_EGLIBC_V_2_16
    1.20      default "2_15" if LIBC_EGLIBC_V_2_15
    1.21      default "2_14" if LIBC_EGLIBC_V_2_14
    1.22      default "2_13" if LIBC_EGLIBC_V_2_13
    1.23 @@ -99,6 +105,10 @@
    1.24      default "2_5" if LIBC_EGLIBC_V_2_5
    1.25      default "trunk" if LIBC_EGLIBC_V_TRUNK
    1.26  
    1.27 +config LIBC_EGLIBC_2_16_or_later
    1.28 +    bool
    1.29 +    select LIBC_EGLIBC_2_15_or_later
    1.30 +
    1.31  config LIBC_EGLIBC_2_15_or_later
    1.32      bool
    1.33      select LIBC_EGLIBC_2_14_or_later