buildrootschalter/package/mpfr/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

19 lines
407 B
Plaintext

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