pass HOST_ variables, not BUILD_
[buildroot.git] / package / gawk / Config.in
blobe7dfa408888b351db10ad27011eb7583c085bdb4
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.
10           http://www.gnu.org/software/gawk/