Config.in 411 B

123456789101112131415
  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. https://github.com/simonjhall/copies-and-fills
  11. comment "libcofi needs a toolchain w/ dynamic library"
  12. depends on BR2_arm
  13. depends on BR2_STATIC_LIBS