board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / gawk / Config.in
blob36e70eb7adcdc12deeffee344fe5f129d08bb52d
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         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
7         help
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