Config.in 356 B

123456789101112
  1. config BR2_PACKAGE_GAWK
  2. bool "gawk"
  3. depends on BR2_USE_WCHAR
  4. help
  5. A special-purpose programming language which is data driven
  6. rather than procedural. Allows for simple data-reformatting jobs
  7. with just a few lines of code.
  8. http://www.gnu.org/software/gawk/
  9. comment "gawk requires a toolchain with WCHAR support"
  10. depends on !BR2_USE_WCHAR