Remove gperf usage from toolchain
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Aug 2017 17:17:02 +0000 (10:17 -0700)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 5 Nov 2017 17:35:38 +0000 (18:35 +0100)
commit467556acea56f361a21b2a3761ca056b9da2d237
treeb550c77d928bf979faffa86a274728ca7d0a2008
parentf73be7380946ff2e6bb2c0c05e1fdba524fad773
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [removed gperf related stuff]
README.md
config/CMakeLists.txt
config/kconf_id.c [new file with mode: 0644]
config/lkc.h
config/zconf.gperf [deleted file]
config/zconf.y
extra/FindGPERF.cmake [deleted file]