blob: 74596f86a1ddf6af158aea48dfcf2f7d62ce0193 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_LIBGMP
bool "gmp"
help
GNU Multiple Precision Arithmetic Library.
http://www.swox.com/gmp/
config BR2_PACKAGE_LIBGMP_HEADERS
bool "gmp headers for target"
depends on BR2_PACKAGE_LIBGMP
help
Install the gmp.h for the target.
|