For glibc & eglibc, try to auto-select the ports addon for those
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat May 02 22:21:53 2009 +0000 (2009-05-02)
changeset 1315655ee0516997
parent 1314 34d1b285c5db
child 1318 5416f4ba36bf
For glibc & eglibc, try to auto-select the ports addon for those
architectures that require it (curently, ARM and MIPS are known to).

-------- diffstat follows --------
/trunk/config/libc/glibc-eglibc.in-common | 9 8 1 0 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
config/libc/glibc-eglibc.in-common
     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.