2006-11-28 17:54:30 +01:00
|
|
|
config BR2_PACKAGE_LIBGMP
|
2006-09-28 19:38:06 +02:00
|
|
|
bool "gmp"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
GNU Multiple Precision Arithmetic Library.
|
|
|
|
|
|
|
|
http://www.swox.com/gmp/
|
|
|
|
|
|
|
|
|
2006-11-28 17:54:30 +01:00
|
|
|
config BR2_PACKAGE_LIBGMP_HEADERS
|
2006-09-28 19:38:06 +02:00
|
|
|
bool "gmp headers for target"
|
|
|
|
default n
|
2006-11-28 17:54:30 +01:00
|
|
|
depends on BR2_PACKAGE_LIBGMP
|
2006-09-28 19:38:06 +02:00
|
|
|
help
|
|
|
|
Install the gmp.h for the target.
|
|
|
|
|