buildrootschalter/package/mpfr/Config.in
Bernhard Reutner-Fischer 3a65d24db5 - add "lib" prefix
2006-11-28 16:54:30 +00:00

21 lines
429 B
Plaintext

config BR2_PACKAGE_LIBMPFR
bool "mpfr"
default n
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"
default n
depends on BR2_PACKAGE_LIBMPFR
select BR2_PACKAGE_LIBGMP_HEADERS
help
Install the mpfr headers for the target.