buildroot/package/gmp/Config.in

17 lines
283 B
Plaintext
Raw Normal View History

2006-11-28 17:54:30 +01:00
config BR2_PACKAGE_LIBGMP
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
bool "gmp headers for target"
default n
2006-11-28 17:54:30 +01:00
depends on BR2_PACKAGE_LIBGMP
help
Install the gmp.h for the target.