summaryrefslogtreecommitdiff
path: root/package/gmp/Config.in
blob: 41d5ee82a23e90875421bd9955f175d54a66bfb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_LIBGMP
	bool "gmp"
	default n
	help
	  GNU Multiple Precision Arithmetic Library.

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


config BR2_PACKAGE_LIBGMP_HEADERS
	bool "gmp headers for target"
	default n
	depends on BR2_PACKAGE_LIBGMP
	help
	  Install the gmp.h for the target.