Bug 1375

Summary: "make LKC_GENPARSER=1" fails with bison 2.4.1
Product: Busybox Reporter: Jérémie Koenig <jk>
Component: OtherAssignee: 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

Description Jérémie Koenig 2010-03-21 02:41:21 UTC
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.
Comment 1 Denys Vlasenko 2010-06-04 11:06:30 UTC
fixed in "Hurd compat fixes. Mostly dealing with absent PATH_MAX" commit in git