diff -r 04cf91f13430 -r 3f0456891349 config/libc/eglibc.in --- a/config/libc/eglibc.in Thu Sep 18 09:22:25 2008 +0000 +++ b/config/libc/eglibc.in Mon Oct 13 11:23:51 2008 +0000 @@ -1,6 +1,16 @@ +# EXPERIMENTAL # eglibc options -comment "eglibc specific options" +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. choice bool