2005-11-05 04:16:36 +02:00
|
|
|
config BR2_COMPILE_GMP
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-11-05 04:16:36 +02:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBGMP
|
|
|
|
|
2005-05-13 06:36:39 +03:00
|
|
|
config BR2_PACKAGE_LIBGMP
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "libgmp............................ GNU multiprecision arithmetic library"
|
|
|
|
tristate
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_GMP
|
2005-03-24 23:11:24 +02:00
|
|
|
help
|
2005-05-13 06:36:39 +03:00
|
|
|
GNU multiprecision arithmetic library
|
2005-03-24 23:11:24 +02:00
|
|
|
|
2005-05-13 06:36:39 +03:00
|
|
|
http://www.swox.com/gmp/
|
|
|
|
|