aboutsummaryrefslogtreecommitdiff
path: root/kconfig/zconf.hash.c_shipped
AgeCommit message (Collapse)Author
2015-08-31Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig.Rob Landley
2015-03-25Fix toybox build with C99 compilersBernhard Rosenkr?nzer
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.
2006-10-31Add menuconfig, plus some basic Config info, lots of which is just futurelandley
plans for toysh. Nothing's currently _using_ this config info, but at least it's being generated now.