blob: 28296318b2b238ecffb05a3e5ab3b2a21e5b3750 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_LIBGMP
tristate "libgmp - GNU multiprecision arithmetic library"
default m if CONFIG_DEVEL
help
GNU multiprecision arithmetic library
http://www.swox.com/gmp/
config BR2_PACKAGE_GMP
tristate
default BR2_PACKAGE_LIBGMP
|