65d5ec3708
Remove the fortran and objective C language support since these have been deprecated since more than a year ago. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
config BR2_PACKAGE_MPFR
|
|
bool "mpfr"
|
|
select BR2_PACKAGE_GMP
|
|
help
|
|
C library for multiple-precision floating-point computations
|
|
with exact rounding.
|
|
|
|
http://www.mpfr.org/
|