1 config BR2_PACKAGE_GAWK
3 depends on BR2_USE_WCHAR
4 depends on BR2_USE_MMU # fork()
5 depends on !BR2_STATIC_LIBS
6 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
8 A special-purpose programming language which is data driven
9 rather than procedural. Allows for simple data-reformatting jobs
10 with just a few lines of code.
12 http://www.gnu.org/software/gawk/
14 comment "gawk needs a toolchain w/ wchar, dynamic library"
15 depends on BR2_USE_MMU
16 depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
17 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS