aboutsummaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2015-08-31 21:42:47 -0500
committerRob Landley <rob@landley.net>2015-08-31 21:42:47 -0500
commit7cdb8af914777ec68086e9f4f9382168e4ce2ff2 (patch)
tree7c4a0d51a146f1461f53d042c7b68ecd7ca297fc /kconfig
parentf1f20b9306ed3658e9433e00e78f2ac640d0160d (diff)
downloadtoybox-7cdb8af914777ec68086e9f4f9382168e4ce2ff2.tar.gz
Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig.
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/zconf.hash.c_shipped3
1 files changed, 0 insertions, 3 deletions
diff --git a/kconfig/zconf.hash.c_shipped b/kconfig/zconf.hash.c_shipped
index 0287aa3b..1fffcbbf 100644
--- a/kconfig/zconf.hash.c_shipped
+++ b/kconfig/zconf.hash.c_shipped
@@ -159,9 +159,6 @@ static struct kconf_id_strings_t kconf_id_strings_contents =
"enable"
};
#define kconf_id_strings ((const char *) &kconf_id_strings_contents)
-#if defined(__GNUC__) && __STDC_VERSION__ < 199901L
-__inline
-#endif
struct kconf_id *
kconf_id_lookup (register const char *str, register unsigned int len)
{