board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libcofi / Config.in
blobdf9ab71b936f024f95d2774df81081dd27e80674
1 config BR2_PACKAGE_LIBCOFI
2         bool "libcofi"
3         depends on BR2_arm
4         # builds a shared library
5         depends on !BR2_STATIC_LIBS
6         help
7           A replacement for memcpy and memset functionality for the
8           Raspberry Pi with the intention of gaining greater performance.
10           https://github.com/simonjhall/copies-and-fills
12 comment "libcofi needs a toolchain w/ dynamic library"
13         depends on BR2_arm
14         depends on BR2_STATIC_LIBS