2008-07-09 06:27:45 +02:00
|
|
|
config BR2_PACKAGE_GPERF
|
|
|
|
bool "gperf"
|
2009-11-23 11:48:10 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2008-07-09 06:27:45 +02:00
|
|
|
help
|
|
|
|
A 'perfect hash function' generator
|
|
|
|
|
2008-07-09 09:14:54 +02:00
|
|
|
http://www.gnu.org/software/gperf/
|
2009-11-23 11:48:10 +01:00
|
|
|
|
|
|
|
comment "gperf requires a toolchain with C++ support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|