android_external_toybox/kconfig
Bernhard Rosenkr?nzer 76f148583a Fix toybox build with C99 compilers
toybox "make menuconfig" currently fails to build if the compiler is in C99
mode (clang 3.6 and gcc 5.0 snapshots default to C99 mode, you can also
reproduce the failure with older gcc by using 'make menuconfig HOSTCC="gcc
-std=gnu99"').

The problem is that inline semantics changed in C99, and kconf_id_lookup's
inline-ness depends on C89 semantics there.
2015-03-25 13:46:34 -05:00
..
lxdialog Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
conf.c Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
confdata.c Apply uClibc's changes to this kconfig. 2007-03-15 13:59:06 -04:00
expr.c Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
expr.h Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
lex.zconf.c_shipped Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
lkc_proto.h Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
lkc.h Move project name to Makefile. 2007-03-12 22:54:02 -04:00
Makefile Zap toys/Config.in and instead create generated/Config.in from contents of 2008-01-19 17:08:39 -06:00
mconf.c Silence pointless warnings. 2012-05-20 14:58:39 -05:00
menu.c Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
symbol.c Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
util.c Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00
zconf.hash.c_shipped Fix toybox build with C99 compilers 2015-03-25 13:46:34 -05:00
zconf.tab.c_shipped Add menuconfig, plus some basic Config info, lots of which is just future 2006-10-31 23:30:06 -05:00