]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc: Drop libc-libm-big
authorKhem Raj <raj.khem@gmail.com>
Wed, 26 Jun 2013 20:58:09 +0000 (13:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jul 2013 14:26:22 +0000 (15:26 +0100)
This feature has been removed from eglibc 2.18

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/eglibc/eglibc-options.inc

index 8a8b364a6e1168dc4e7462b11bf90b632a8869b0..74412e83678dc02ef8aaa7abb8f80ed138bcd231 100644 (file)
@@ -107,7 +107,6 @@ def features_to_eglibc_settings(d):
         eglibc_cfg('ipv4',      distro_features, 'OPTION_EGLIBC_INET', cnf)
         eglibc_cfg('libc-inet-anl',      distro_features, 'OPTION_EGLIBC_INET_ANL', cnf)
         eglibc_cfg('libc-libm',      distro_features, 'OPTION_EGLIBC_LIBM', cnf)
-        eglibc_cfg('libc-libm-big',      distro_features, 'OPTION_EGLIBC_LIBM_BIG', cnf)
         eglibc_cfg('libc-locales',      distro_features, 'OPTION_EGLIBC_LOCALES', cnf)
         eglibc_cfg('libc-locale-code',      distro_features, 'OPTION_EGLIBC_LOCALE_CODE', cnf)
         eglibc_cfg('libc-memusage',      distro_features, 'OPTION_EGLIBC_MEMUSAGE', cnf)