summaryrefslogtreecommitdiff
path: root/package/gmp/Config.in
blob: 9ef3f1e4a5a99695e1ddf7d49a3756e5e8faa38d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config ADK_COMPILE_GMP
	tristate
	default n
	depends on ADK_PACKAGE_LIBGMP

config ADK_PACKAGE_LIBGMP
	prompt "libgmp............................ GNU multiprecision arithmetic library"
	tristate
	default n
	select ADK_COMPILE_GMP
	help
	  GNU multiprecision arithmetic library

	  http://www.swox.com/gmp/