config/libc/eglibc.in
changeset 2489 b7c9f410704f
parent 2484 d1a8c2ae7946
child 2512 6d9b79f63eda
     1.1 --- a/config/libc/eglibc.in	Tue May 31 16:27:39 2011 +0200
     1.2 +++ b/config/libc/eglibc.in	Tue May 31 20:55:30 2011 +0200
     1.3 @@ -22,22 +22,27 @@
     1.4      bool
     1.5      prompt "2_13"
     1.6      depends on EXPERIMENTAL
     1.7 +    select LIBC_EGLIBC_2_13_or_later
     1.8  
     1.9  config LIBC_EGLIBC_V_2_12
    1.10      bool
    1.11      prompt "2_12"
    1.12 +    select LIBC_EGLIBC_2_12_or_later
    1.13  
    1.14  config LIBC_EGLIBC_V_2_11
    1.15      bool
    1.16      prompt "2_11"
    1.17 +    select LIBC_EGLIBC_2_11_or_later
    1.18  
    1.19  config LIBC_EGLIBC_V_2_10
    1.20      bool
    1.21      prompt "2_10"
    1.22 +    select LIBC_EGLIBC_2_10_or_later
    1.23  
    1.24  config LIBC_EGLIBC_V_2_9
    1.25      bool
    1.26      prompt "2_9"
    1.27 +    select LIBC_EGLIBC_2_9_or_later
    1.28  
    1.29  config LIBC_EGLIBC_V_2_8
    1.30      bool
    1.31 @@ -62,6 +67,7 @@
    1.32  config LIBC_EGLIBC_V_TRUNK
    1.33      bool
    1.34      prompt "'trunk'"
    1.35 +    select LIBC_EGLIBC_2_13_or_later
    1.36      help
    1.37        Selecting this will export the trunk of the eglibc subversion repository.
    1.38  
    1.39 @@ -82,6 +88,29 @@
    1.40      default "2_5" if LIBC_EGLIBC_V_2_5
    1.41      default "trunk" if LIBC_EGLIBC_V_TRUNK
    1.42  
    1.43 +config LIBC_EGLIBC_2_13_or_later
    1.44 +    bool
    1.45 +    select LIBC_EGLIBC_2_12_or_later
    1.46 +
    1.47 +config LIBC_EGLIBC_2_12_or_later
    1.48 +    bool
    1.49 +    select LIBC_EGLIBC_2_11_or_later
    1.50 +
    1.51 +config LIBC_EGLIBC_2_11_or_later
    1.52 +    bool
    1.53 +    select LIBC_EGLIBC_2_10_or_later
    1.54 +
    1.55 +config LIBC_EGLIBC_2_10_or_later
    1.56 +    bool
    1.57 +    select LIBC_EGLIBC_2_9_or_later
    1.58 +
    1.59 +config LIBC_EGLIBC_2_9_or_later
    1.60 +    bool
    1.61 +    select LIBC_EGLIBC_HAS_PKGVERSION_BUGURL
    1.62 +
    1.63 +config LIBC_EGLIBC_HAS_PKGVERSION_BUGURL
    1.64 +    bool
    1.65 +
    1.66  config EGLIBC_REVISION
    1.67      string
    1.68      prompt "Revision to use"