board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / ustr / Config.in
blob9d6561c343c00c7013342d051e5948115b18ec1b
1 config BR2_PACKAGE_USTR
2         bool "ustr"
3         # unconditionally builds a shared library
4         depends on !BR2_STATIC_LIBS
5         depends on !BR2_TOOLCHAIN_USES_MUSL # broken vsnprintf detection
6         help
7           A small, safe string library.
9           http://www.and.org/ustr/
11 comment "ustr needs a toolchain w/ dynamic library"
12         depends on BR2_STATIC_LIBS
13         depends on !BR2_TOOLCHAIN_USES_MUSL