2025-05-10 21:49:39 +08:00

15 lines
220 B
Plaintext

config BR2_PACKAGE_GMP
bool "gmp"
help
GNU Multiple Precision Arithmetic Library.
http://gmplib.org/
if BR2_PACKAGE_GMP
config BR2_PACKAGE_GMP_STATIC
bool "Enable static"
default y if BR2_STATIC_LIBS
endif