config BR2_PACKAGE_GEMMLOWP bool "gemmlowp" depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 help Low-precision matrix multiplication. https://github.com/google/gemmlowp comment "gemmlowp needs a toolchain w/ C++11" depends on !BR2_INSTALL_LIBSTDCPP || \ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8