summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
authorLinus Torvalds2017-08-19 19:17:02 +0200
committerLinus Torvalds2017-08-19 20:02:53 +0200
commitbb3290d91695bb1ae78ab86f18fb4d7ad8e5ebcc (patch)
tree0e50ccf15e0ad847395593ce8e4b1b4c6eb50031 /scripts/kconfig/lkc.h
parentMerge branch 'akpm' (patches from Andrew) (diff)
downloadkernel-qcow2-linux-bb3290d91695bb1ae78ab86f18fb4d7ad8e5ebcc.tar.gz
kernel-qcow2-linux-bb3290d91695bb1ae78ab86f18fb4d7ad8e5ebcc.tar.xz
kernel-qcow2-linux-bb3290d91695bb1ae78ab86f18fb4d7ad8e5ebcc.zip
Remove gperf usage from toolchain
It turns out that gperf-3.1 changed types in the generated code in ways that aren't even trivially detectable without having to generate a test-file. It's just not worth using tools and libraries from clowns that don't understand or care about compatibility. So get rid of gperf. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r--scripts/kconfig/lkc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index 91ca126ea080..cdcbe43e87b3 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -62,7 +62,7 @@ enum conf_def_mode {
#define T_OPT_ALLNOCONFIG_Y 4
struct kconf_id {
- int name;
+ const char *name;
int token;
unsigned int flags;
enum symbol_type stype;