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