xref: /OK3568_Linux_fs/buildroot/package/mpfr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_MPFR
2	bool "mpfr"
3	select BR2_PACKAGE_GMP
4	help
5	  C library for multiple-precision floating-point computations
6	  with exact rounding.
7
8	  http://www.mpfr.org/
9