config/libc/glibc-eglibc.in-common
changeset 1178 41a84f7d3b4f
parent 1110 c404a78bd790
child 1211 5dc29dbd1523
     1.1 --- a/config/libc/glibc-eglibc.in-common	Sat Jan 03 20:13:35 2009 +0000
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Sat Jan 31 11:29:50 2009 +0000
     1.3 @@ -1,6 +1,8 @@
     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  comment "glibc/eglibc common options"
    1.10  
    1.11  config LIBC_GLIBC_EXTRA_CONFIG
    1.12 @@ -152,3 +154,5 @@
    1.13      default LIBC_GLIBC_MIN_KERNEL_VERSION if LIBC_GLIBC_USE_HEADERS_MIN_KERNEL
    1.14  
    1.15  endif # KERNEL_linux
    1.16 +
    1.17 +endif # LIBC_glibc || LIBC_eglibc