a6337a4dc8
* Convert mpfr to a proper autotargets package * Bump to version 3.0.0-p8 * Hook it up for binutils/gcc to use Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
config BR2_PACKAGE_MPFR
|
|
bool "mpfr"
|
|
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/
|