d6b615fda3
This package is required by tensorflow-lite. Tested-by: Stefan Hager <stefan.hager@ginzinger.com> Signed-off-by: Stefan Hager <stefan.hager@ginzinger.com> Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
config BR2_PACKAGE_FARMHASH
|
|
bool "farmhash"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
|
help
|
|
FarmHash, a family of hash functions.
|
|
|
|
https://github.com/google/farmhash
|
|
|
|
comment "farmhash needs a toolchain w/ C++11"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|