15 lines
220 B
Plaintext
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
|