2
1

Config.in 214 B

123456789
  1. config BR2_PACKAGE_MPFR
  2. bool "mpfr"
  3. default y if BR2_INSTALL_FORTRAN
  4. select BR2_PACKAGE_GMP
  5. help
  6. C library for multiple-precision floating-point computations
  7. with exact rounding.
  8. http://www.mpfr.org/