generic-poky/meta/recipes-core/glibc
Juro Bystricky 9fc63c57a8 eglibc: modified option-groups.h generation
option-groups.h only explicitely #defines options that are enabled.
EGLIBC options are typically pre-processed under the assumption that if
an option is not explicitely defined then it evaluates as 0.
This assumption is correct, but it generates a compiler warning
message each time an undefined symbol is being evaluated.
In order to remove the warnings, each EGLIBC option is now defined
as 1 if the option is enabled or as 0 otherwise.
The consequence is we cannot use #ifdef OPTION_XXX when evaluating
the option, we must always use #if OPTION_XXX.

[YOCTO #7001]

(From OE-Core rev: 7f1bdc331304a61a4836a5752bca210450b6c5b5)

Signed-off-by: Juro Bystricky <jurobystricky@hotmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-12-05 18:01:06 +00:00
..
cross-localedef-native glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc eglibc: modified option-groups.h generation 2014-12-05 18:01:06 +00:00
ldconfig-native-2.12.1 ldconfig-native: fix a endian-ness bug 2014-11-04 10:27:10 +00:00
site_config glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
cross-localedef-native_2.20.bb cross-localedef-native: provide SRCREV_FORMAT 2014-10-24 17:36:16 +01:00
glibc-collateral.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-common.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-initial.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-initial_2.20.bb glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-ld.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-locale.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-locale_2.20.bb glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-mtrace.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-mtrace_2.20.bb glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-options.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-package.inc glibc: Delete ldconfig when USE_LDCONFIG is not set 2014-10-30 13:01:21 +00:00
glibc-scripts.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-scripts_2.20.bb glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc-testing.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc.inc glibc: Migrate eglibc 2.19 -> glibc 2.20 2014-09-01 18:02:21 +01:00
glibc_2.20.bb glibc: Incremental bump to 2.20 release branch 2014-09-10 11:33:26 +01:00
ldconfig-native_2.12.1.bb ldconfig-native: fix a endian-ness bug 2014-11-04 10:27:10 +00:00