diff -r c404a78bd790 -r 41a84f7d3b4f config/libc/glibc-eglibc.in-common --- a/config/libc/glibc-eglibc.in-common Sat Jan 03 20:13:35 2009 +0000 +++ b/config/libc/glibc-eglibc.in-common Sat Jan 31 11:29:50 2009 +0000 @@ -1,6 +1,8 @@ # This file contains the common configuration options # that apply to both glibc and eglibc. +if LIBC_glibc || LIBC_eglibc + comment "glibc/eglibc common options" config LIBC_GLIBC_EXTRA_CONFIG @@ -152,3 +154,5 @@ default LIBC_GLIBC_MIN_KERNEL_VERSION if LIBC_GLIBC_USE_HEADERS_MIN_KERNEL endif # KERNEL_linux + +endif # LIBC_glibc || LIBC_eglibc