config/libc/glibc.in
branchnewlib
changeset 1366 5e5d1e6f55d3
parent 1269 17e37102a037
child 1337 7f742f73c2d1
     1.1 --- a/config/libc/glibc.in	Thu Mar 26 18:58:13 2009 +0000
     1.2 +++ b/config/libc/glibc.in	Sun May 03 09:50:16 2009 +0000
     1.3 @@ -40,10 +40,12 @@
     1.4  config LIBC_V_2_8
     1.5      bool
     1.6      prompt "2.8"
     1.7 +    select LIBC_GLIBC_2_8_or_later
     1.8  
     1.9  config LIBC_V_2_9
    1.10      bool
    1.11      prompt "2.9"
    1.12 +    select LIBC_GLIBC_2_8_or_later
    1.13  
    1.14  # CT_INSERT_VERSION_ABOVE
    1.15  # Don't remove above line!
    1.16 @@ -76,6 +78,10 @@
    1.17  # CT_INSERT_VERSION_STRING_ABOVE
    1.18  # Don't remove above line!
    1.19  
    1.20 +config LIBC_GLIBC_2_8_or_later
    1.21 +    bool
    1.22 +    default n
    1.23 +
    1.24  choice
    1.25      bool
    1.26      prompt "Retrieval method"
    1.27 @@ -84,6 +90,7 @@
    1.28  config LIBC_GLIBC_TARBALL
    1.29      bool
    1.30      prompt "Released tarball"
    1.31 +    depends on ! LIBC_GLIBC_2_8_or_later || ! ( LIBC_GLIBC_USE_PORTS || ( LIBC_ADDONS_LIST != "" ) )
    1.32      help
    1.33        Until end of Februrary 2009, there was no tarball for glibc releases
    1.34        2.8 and later. This was intentional.