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

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


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