config/libc/eglibc.in
changeset 3014 0f50dc396387
parent 2950 10cc39ae5c6b
child 3112 6cb56b3f2d34
     1.1 --- a/config/libc/eglibc.in	Mon Apr 30 17:36:00 2012 +0200
     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