kumquat-buildroot/package/bison/Config.in

14 lines
368 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_BISON
bool "bison"
depends on BR2_USE_WCHAR
select BR2_PACKAGE_M4
2004-10-09 08:13:40 +02:00
help
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C
program to parse that grammar.
2004-10-09 08:13:40 +02:00
http://www.gnu.org/software/bison/
comment "bison requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR