config/libc/eglibc.in
changeset 2512 6d9b79f63eda
parent 2489 b7c9f410704f
child 2520 e3523df95b6b
     1.1 --- a/config/libc/eglibc.in	Tue May 31 20:55:30 2011 +0200
     1.2 +++ b/config/libc/eglibc.in	Tue Jun 21 20:52:08 2011 -0700
     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_14
     1.8 +    bool
     1.9 +    prompt "2_14"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select LIBC_EGLIBC_2_14_or_later
    1.12 +
    1.13  config LIBC_EGLIBC_V_2_13
    1.14      bool
    1.15      prompt "2_13"
    1.16 @@ -67,7 +73,7 @@
    1.17  config LIBC_EGLIBC_V_TRUNK
    1.18      bool
    1.19      prompt "'trunk'"
    1.20 -    select LIBC_EGLIBC_2_13_or_later
    1.21 +    select LIBC_EGLIBC_2_14_or_later
    1.22      help
    1.23        Selecting this will export the trunk of the eglibc subversion repository.
    1.24  
    1.25 @@ -77,6 +83,7 @@
    1.26      string
    1.27  # Don't remove next line
    1.28  # CT_INSERT_VERSION_STRING_BELOW
    1.29 +    default "2_14" if LIBC_EGLIBC_V_2_14
    1.30      default "2_13" if LIBC_EGLIBC_V_2_13
    1.31      default "2_12" if LIBC_EGLIBC_V_2_12
    1.32      default "2_11" if LIBC_EGLIBC_V_2_11
    1.33 @@ -88,6 +95,10 @@
    1.34      default "2_5" if LIBC_EGLIBC_V_2_5
    1.35      default "trunk" if LIBC_EGLIBC_V_TRUNK
    1.36  
    1.37 +config LIBC_EGLIBC_2_14_or_later
    1.38 +    bool
    1.39 +    select LIBC_EGLIBC_2_13_or_later
    1.40 +
    1.41  config LIBC_EGLIBC_2_13_or_later
    1.42      bool
    1.43      select LIBC_EGLIBC_2_12_or_later