Config.in 345 B

123456789101112
  1. config BR2_PACKAGE_BISON
  2. bool "bison"
  3. depends on BR2_USE_WCHAR
  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.
  8. http://www.gnu.org/software/bison/
  9. comment "bison requires a toolchain with WCHAR support"
  10. depends on !BR2_USE_WCHAR