| Summary: | "make LKC_GENPARSER=1" fails with bison 2.4.1 | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Jérémie Koenig <jk> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | move #include "zconf.hash.c" in a second prologue section | ||
fixed in "Hurd compat fixes. Mostly dealing with absent PATH_MAX" commit in git |
Created attachment 1339 [details] move #include "zconf.hash.c" in a second prologue section Hello, Rebuilding the kconfig parser fails with bison 2.4.1: scripts/kconfig/zconf.y produces a zconf.tab.c file in which zconf.hash.c is included before the token type definitions (which it needs). The attached patch fixes this problem.