linuxOS_AP06/buildroot/package/dhrystone/Config.in
2025-06-03 12:28:32 +08:00

15 lines
251 B
Plaintext

config BR2_PACKAGE_DHRYSTONE
bool "dhrystone"
help
easy-to-use integer benchmark
http://www.netlib.org/benchmark/dhry-c
if BR2_PACKAGE_DHRYSTONE
config BR2_PACKAGE_DHRYSTONE_STATIC
bool "Enable static"
default y if BR2_STATIC_LIBS
endif