The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gawk / Config.in
1 config BR2_PACKAGE_GAWK
2         bool "gawk"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         depends on !BR2_STATIC_LIBS
6         help
7           A special-purpose programming language which is data driven
8           rather than procedural. Allows for simple data-reformatting jobs
9           with just a few lines of code.
10
11           http://www.gnu.org/software/gawk/
12
13 comment "gawk needs a toolchain w/ wchar, dynamic library"
14         depends on BR2_USE_MMU
15         depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS