From d729d14d9bff474f41c0853086d89cf6b50f41ff Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Jan 2011 00:44:24 -0800 Subject: eglibc: Configure based on DISTRO_FEATURES_EGLIBC * Let distros decide what features to enable if not selected it will turn off all possible knobs * Enable all knobs for angstrom and distros based on sane-toolchain Signed-off-by: Khem Raj Acked-by: Martin Jansa Acked-by: Koen Kooi CC: koen@dominion.thruhere.net CC: koansoftware@gmail.com --- conf/distro/include/eglibc.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf') diff --git a/conf/distro/include/eglibc.inc b/conf/distro/include/eglibc.inc index 5115e7f194..cd664425b3 100644 --- a/conf/distro/include/eglibc.inc +++ b/conf/distro/include/eglibc.inc @@ -18,3 +18,11 @@ OLDEST_KERNEL ?= "2.4.0" OLDEST_KERNEL_linux-gnueabi ?= "2.6.16" OLDEST_KERNEL_sparc64 ?= "2.4.21" OLDEST_KERNEL_ppc64 ?= "2.4.21" +DISTRO_FEATURES_EGLIBC ?= "ipv6 backtrace big-macros bsd cxx-tests catgets \ + charsets crypt crypt-ufc db-aliases envz fcvt fmtmsg \ + fstab ftraverse getlogin idn inet inet-anl libm \ + libm-big locales locale-code memusage nis nsswitch \ + rcmd rtld-debug spawn streams sunrpc utmp utmpx \ + wordexp posix-clang-wchar posix-regexp \ + posix-regexp-glibc posix-wchar-io" + -- cgit 1.2.3-korg