]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libcofi/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / libcofi / Config.in
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
9           performance.
10
11           https://github.com/simonjhall/copies-and-fills
12
13 comment "libcofi needs a toolchain w/ dynamic library"
14         depends on BR2_arm
15         depends on BR2_STATIC_LIBS