board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / liquid-dsp / Config.in
blobdca39153bb072343a9ce155bdc81a20a387576d8
1 comment "liquid-dsp requires a glibc or musl toolchain w/ dynamic library"
2         depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || BR2_STATIC_LIBS
4 config BR2_PACKAGE_LIQUID_DSP
5         bool "liquid-dsp"
6         depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
7         depends on !BR2_STATIC_LIBS
8         help
9           Liquid-DSP is a free and open-source signal processing
10           library for software-defined radios written in C.  Its
11           purpose is to provide a set of extensible DSP modules that
12           do no rely on external dependencies or cumbersome
13           frameworks.
15           http://liquidsdr.org/
17 if BR2_PACKAGE_LIQUID_DSP
19 config BR2_PACKAGE_LIQUID_DSP_FAST
20         bool "optimize for speed over accuracy"
21         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
22         help
23           Optimize for speed over accuracy.
25 endif