config/libc/glibc-eglibc.in-common
changeset 2453 3f3774e7e3b4
parent 2444 896cb0d36c1a
child 2467 200836977ce6
     1.1 --- a/config/libc/glibc-eglibc.in-common	Sun May 08 19:02:44 2011 +0200
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Mon May 09 20:15:39 2011 +0200
     1.3 @@ -1,8 +1,6 @@
     1.4  # This file contains the common configuration options
     1.5  # that apply to both glibc and eglibc.
     1.6  
     1.7 -if LIBC_glibc || LIBC_eglibc
     1.8 -
     1.9  # Some architectures require the ports addon. List them one by one here:
    1.10  # This list must be carefully in sync with the architectures names
    1.11  # we can find in config/arch/*
    1.12 @@ -18,8 +16,6 @@
    1.13      default y
    1.14      select BINUTILS_FORCE_LD_BFD
    1.15  
    1.16 -comment "glibc/eglibc common options"
    1.17 -
    1.18  config LIBC_GLIBC_EXTRA_CONFIG
    1.19      string
    1.20      prompt "extra config"
    1.21 @@ -152,7 +148,7 @@
    1.22  
    1.23  if KERNEL_linux
    1.24  
    1.25 -choice
    1.26 +choice LIBC_GLIBC_SUPPORTED_KERNEL
    1.27      bool
    1.28      prompt "Minimum supported kernel version"
    1.29      default LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS
    1.30 @@ -247,5 +243,3 @@
    1.31      default LIBC_GLIBC_MIN_KERNEL_VERSION if LIBC_GLIBC_KERNEL_VERSION_CHOSEN
    1.32  
    1.33  endif # KERNEL_linux
    1.34 -
    1.35 -endif # LIBC_glibc || LIBC_eglibc