config/libc/glibc-eglibc.in-common
changeset 2444 896cb0d36c1a
parent 2377 32c08de1d54f
child 2453 3f3774e7e3b4
     1.1 --- a/config/libc/glibc-eglibc.in-common	Tue Apr 05 01:04:31 2011 +0200
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Sun May 08 19:02:44 2011 +0200
     1.3 @@ -3,24 +3,21 @@
     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 +# This list must be carefully in sync with the architectures names
     1.9 +# we can find in config/arch/*
    1.10 +config LIBC_GLIBC_MAY_FORCE_PORTS
    1.11 +    bool
    1.12 +    default y if ARCH_arm
    1.13 +    default y if ARCH_mips
    1.14 +    select LIBC_GLIBC_USE_PORTS
    1.15 +
    1.16  # Force using the BFD linker during the toolchain build
    1.17  config LIBC_glibc_familly
    1.18      bool
    1.19      default y
    1.20      select BINUTILS_FORCE_LD_BFD
    1.21  
    1.22 -# Some architectures require the ports addon. List them one by one here:
    1.23 -# This list must be carefully in sync with the architectures names
    1.24 -# we can find in config/arch/*
    1.25 -
    1.26 -config ARCH_arm
    1.27 -    select LIBC_GLIBC_USE_PORTS
    1.28 -
    1.29 -config ARCH_mips
    1.30 -    select LIBC_GLIBC_USE_PORTS
    1.31 -
    1.32 -# End of arch-specific ports auto-select
    1.33 -
    1.34  comment "glibc/eglibc common options"
    1.35  
    1.36  config LIBC_GLIBC_EXTRA_CONFIG