buildrootschalter/package/gawk/Config.in

15 lines
424 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_GAWK
bool "gawk"
depends on BR2_USE_WCHAR
depends on BR2_USE_MMU # fork()
depends on !BR2_PREFER_STATIC_LIB
2004-10-09 08:13:40 +02:00
help
A special-purpose programming language which is data driven
rather than procedural. Allows for simple data-reformatting jobs
with just a few lines of code.
2004-10-09 08:13:40 +02:00
http://www.gnu.org/software/gawk/
comment "gawk requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR