2004-10-09 06:13:40 +00:00
|
|
|
config BR2_PACKAGE_GAWK
|
2004-12-24 09:23:11 +00:00
|
|
|
bool "gawk"
|
2007-08-12 00:14:58 +00:00
|
|
|
depends on BR2_USE_WCHAR
|
2013-05-12 04:01:41 +00:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2004-10-09 06:13:40 +00:00
|
|
|
help
|
2008-08-04 19:07:05 +00:00
|
|
|
A special-purpose programming language which is data driven
|
2015-04-22 19:14:34 -03:00
|
|
|
rather than procedural. Allows for simple data-reformatting jobs
|
2004-12-24 09:23:11 +00:00
|
|
|
with just a few lines of code.
|
2004-10-09 06:13:40 +00:00
|
|
|
|
2004-12-24 09:23:11 +00:00
|
|
|
http://www.gnu.org/software/gawk/
|
2011-10-11 11:02:52 -03:00
|
|
|
|
2013-12-18 21:29:14 +01:00
|
|
|
comment "gawk needs a toolchain w/ wchar, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|