config/libc/eglibc.in
changeset 2909 28ac8fbd9e6a
parent 2591 491d62ac2017
child 2950 10cc39ae5c6b
     1.1 --- a/config/libc/eglibc.in	Mon Aug 01 22:46:57 2011 +0200
     1.2 +++ b/config/libc/eglibc.in	Thu Mar 01 15:23:49 2012 -0800
     1.3 @@ -18,6 +18,12 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_EGLIBC_V_2_15
     1.8 +    bool
     1.9 +    prompt "2_15"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select LIBC_EGLIBC_2_15_or_later
    1.12 +
    1.13  config LIBC_EGLIBC_V_2_14
    1.14      bool
    1.15      prompt "2_14"
    1.16 @@ -83,6 +89,7 @@
    1.17      string
    1.18  # Don't remove next line
    1.19  # CT_INSERT_VERSION_STRING_BELOW
    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      default "2_12" if LIBC_EGLIBC_V_2_12
    1.24 @@ -95,6 +102,10 @@
    1.25      default "2_5" if LIBC_EGLIBC_V_2_5
    1.26      default "trunk" if LIBC_EGLIBC_V_TRUNK
    1.27  
    1.28 +config LIBC_EGLIBC_2_15_or_later
    1.29 +    bool
    1.30 +    select LIBC_EGLIBC_2_14_or_later
    1.31 +
    1.32  config LIBC_EGLIBC_2_14_or_later
    1.33      bool
    1.34      select LIBC_EGLIBC_2_13_or_later