config/libc/glibc-eglibc.in-common
changeset 1315 655ee0516997
parent 1314 34d1b285c5db
child 1337 7f742f73c2d1
     1.1 --- a/config/libc/glibc-eglibc.in-common	Sat May 02 22:07:25 2009 +0000
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Sat May 02 22:21:53 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.