20 lines
392 B
Plaintext
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
|
|
|