2013-01-06 11:56:20 +01:00
|
|
|
config BR2_PACKAGE_LIBCOFI
|
|
|
|
bool "libcofi"
|
|
|
|
depends on BR2_arm
|
2016-08-07 10:20:03 +02:00
|
|
|
# builds a shared library
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2013-01-06 11:56:20 +01:00
|
|
|
help
|
|
|
|
A replacement for memcpy and memset functionality for the
|
2017-07-31 15:53:50 +02:00
|
|
|
Raspberry Pi with the intention of gaining greater
|
|
|
|
performance.
|
2013-01-06 11:56:20 +01:00
|
|
|
|
|
|
|
https://github.com/simonjhall/copies-and-fills
|
2016-08-07 10:20:03 +02:00
|
|
|
|
|
|
|
comment "libcofi needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_STATIC_LIBS
|