Config.in 368 B

12345678910111213
  1. config BR2_PACKAGE_BISON
  2. bool "bison"
  3. depends on BR2_USE_WCHAR
  4. select BR2_PACKAGE_M4
  5. help
  6. General-purpose parser generator that converts a
  7. grammar description for an LALR context-free grammar into a C
  8. program to parse that grammar.
  9. http://www.gnu.org/software/bison/
  10. comment "bison requires a toolchain with WCHAR support"
  11. depends on !BR2_USE_WCHAR