linuxOS_D21X/package/third-party/gperf/Config.in
2024-11-29 16:13:46 +08:00

20 lines
392 B
Plaintext

menuconfig BR2_PACKAGE_GPERF
bool "gperf"
depends on BR2_INSTALL_LIBSTDCPP
help
A 'perfect hash function' generator
http://www.gnu.org/software/gperf/
if BR2_PACKAGE_GPERF
config BR2_PACKAGE_GPERF_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif
comment "gperf needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP