diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-08-19 20:17:02 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-08-19 21:02:53 +0300 |
commit | bb3290d91695bb1ae78ab86f18fb4d7ad8e5ebcc (patch) | |
tree | 0e50ccf15e0ad847395593ce8e4b1b4c6eb50031 /scripts/kconfig/.gitignore | |
parent | 58d4e450a490d5f02183f6834c12550ba26d3b47 (diff) | |
download | linux-bb3290d91695bb1ae78ab86f18fb4d7ad8e5ebcc.tar.xz |
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/.gitignore')
-rw-r--r-- | scripts/kconfig/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore index be603c4fef62..51f1c877b543 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore @@ -5,7 +5,6 @@ config* *.lex.c *.tab.c *.tab.h -zconf.hash.c *.moc gconf.glade.h *.pot |