]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/gawk/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / 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