diff -r 60d9591ed5bd -r 896cb0d36c1a config/libc/eglibc.in --- a/config/libc/eglibc.in Sat Feb 12 17:31:12 2011 +0100 +++ b/config/libc/eglibc.in Sun May 08 19:02:44 2011 +0200 @@ -1,16 +1,16 @@ # eglibc options -# depends on ! MINGW32 && ! BARE_METAL && ARCH_USE_MMU -config LIBC_eglibc - select LIBC_SUPPORT_NPTL - select LIBC_SUPPORT_LINUXTHREADS - help - EGLIBC (Embedded GLIBC) is a variant of the standard GNU GLIBC - that is designed to work well on embedded systems. EGLIBC strives - to be source and binary compatible with GLIBC. Its goals include - a reduced footprint, configurable components, and improved - cross-compilation support. EGLIBC also includes some embedded ports - (such as e500/spe) that are normally separate add-ons of GLIBC. +## depends on ! MINGW32 && ! BARE_METAL && ARCH_USE_MMU +## +## select LIBC_SUPPORT_NPTL +## select LIBC_SUPPORT_LINUXTHREADS +## +## help EGLIBC (Embedded GLIBC) is a variant of the standard GNU GLIBC +## help that is designed to work well on embedded systems. EGLIBC strives +## help to be source and binary compatible with GLIBC. Its goals include +## help a reduced footprint, configurable components, and improved +## help cross-compilation support. EGLIBC also includes some embedded ports +## help (such as e500/spe) that are normally separate add-ons of GLIBC. choice bool