pass HOST_ variables, not BUILD_
[buildroot.git] / package / bison / Config.in
blob344d742adbe35f2ce11f967f7d842913a60537fd
1 config BR2_PACKAGE_BISON
2         bool "bison"
3         default n
4         help
5           General-purpose parser generator that converts a 
6           grammar description for an LALR context-free grammar into a C 
7           program to parse that grammar.
9           http://www.gnu.org/software/bison/
11 config BR2_PACKAGE_BISON_YACC
12         bool "yacc compat"
13         default y
14         depends on BR2_PACKAGE_BISON
15         help
16           Enable yacc compatibility.
18           If you enable this option, then bison will be built with yacc
19           compatibility, including liby.