mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-29 18:09:33 +01:00
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
|