config/libc/glibc-eglibc.in-common
branchnewlib
changeset 1366 5e5d1e6f55d3
parent 1232 80c5723e06fc
     1.1 --- a/config/libc/glibc-eglibc.in-common	Thu Mar 05 17:50:42 2009 +0000
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Sun May 03 09:50:16 2009 +0000
     1.3 @@ -3,6 +3,13 @@
     1.4  
     1.5  if LIBC_glibc || LIBC_eglibc
     1.6  
     1.7 +# Some architectures require the ports addon. List them one by one here:
     1.8 +config ARCH_arm
     1.9 +    select LIBC_GLIBC_USE_PORTS
    1.10 +
    1.11 +config ARCH_mips
    1.12 +    select LIBC_GLIBC_USE_PORTS
    1.13 +
    1.14  comment "glibc/eglibc common options"
    1.15  
    1.16  config LIBC_GLIBC_EXTRA_CONFIG
    1.17 @@ -54,7 +61,7 @@
    1.18        The ports addon contains some architecture ports that are not available
    1.19        in the official distribution.
    1.20  
    1.21 -      For example, this is the case for ARM with for 2.4 and above.
    1.22 +      For example, this is the case for ARM with glibc-2.4 and above.
    1.23  
    1.24        Say n only if you're sure that your architecture is in the official
    1.25        distribution for your chosen version.
    1.26 @@ -72,6 +79,12 @@
    1.27  
    1.28        Eg.: crypt        (for very old libces)
    1.29  
    1.30 +if LIBC_GLIBC_2_8_or_later && ( LIBC_GLIBC_USE_PORTS || ( LIBC_ADDONS_LIST != "" ) )
    1.31 +comment "WARNING!!!"
    1.32 +comment "For glibc >= 2.8, addons are only available via a CVS checkout."
    1.33 +comment "Be sure to review the associated options, above."
    1.34 +endif
    1.35 +
    1.36  if KERNEL_linux
    1.37  
    1.38  choice