Config.in 407 B

123456789101112131415161718
  1. config BR2_PACKAGE_LIBMPFR
  2. bool "mpfr"
  3. default y if BR2_INSTALL_FORTRAN
  4. select BR2_PACKAGE_LIBGMP
  5. help
  6. C library for multiple-precision floating-point computations
  7. with exact rounding.
  8. http://www.mpfr.org/
  9. config BR2_PACKAGE_LIBMPFR_HEADERS
  10. bool "mpfr headers for target"
  11. depends on BR2_PACKAGE_LIBMPFR
  12. select BR2_PACKAGE_LIBGMP_HEADERS
  13. help
  14. Install the mpfr headers for the target.