blob: 1e995a7340c45a317f3495e432b7c5b0d9247e14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_COMPILE_GMP
tristate
default n
depends BR2_PACKAGE_LIBGMP
config BR2_PACKAGE_LIBGMP
prompt "libgmp............................ GNU multiprecision arithmetic library"
tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_GMP
help
GNU multiprecision arithmetic library
http://www.swox.com/gmp/
|