buildroot/package/gmp/Config.in

15 lines
261 B
Plaintext
Raw Normal View History

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