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