2
1

Config.in 286 B

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