diff options
Diffstat (limited to 'package/mpfr/Config.in')
-rw-r--r-- | package/mpfr/Config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/mpfr/Config.in b/package/mpfr/Config.in new file mode 100644 index 000000000..778e79e07 --- /dev/null +++ b/package/mpfr/Config.in @@ -0,0 +1,20 @@ +config BR2_PACKAGE_MPFR + bool "mpfr" + default n + default y if BR2_INSTALL_FORTRAN + select BR2_PACKAGE_GMP + help + C library for multiple-precision floating-point computations + with exact rounding. + + http://www.mpfr.org/ + + +config BR2_PACKAGE_MPFR_HEADERS + bool "mpfr headers for target" + default n + depends on BR2_PACKAGE_MPFR + select BR2_PACKAGE_GMP_HEADERS + help + Install the mpfr headers for the target. + |