linuxOS_AP06/buildroot/package/dhrystone/Config.in

15 lines
251 B
Plaintext
Raw Normal View History

2025-06-03 04:28:32 +00:00
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