summaryrefslogtreecommitdiffstats
path: root/package/mpfr/Config.in
blob: 302f79ef232bd087904413af3956b52899bda17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config BR2_PACKAGE_LIBMPFR
	bool "mpfr"
	default y if BR2_INSTALL_FORTRAN
	select BR2_PACKAGE_LIBGMP
	help
	  C library for multiple-precision floating-point computations
	  with exact rounding.

	  http://www.mpfr.org/


config BR2_PACKAGE_LIBMPFR_HEADERS
	bool "mpfr headers for target"
	depends on BR2_PACKAGE_LIBMPFR
	select BR2_PACKAGE_LIBGMP_HEADERS
	help
	  Install the mpfr headers for the target.