7aa2e0c3d5
* Convert mpc to a proper autotargets package * 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>
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
config BR2_PACKAGE_MPC
|
|
bool "mpc"
|
|
select BR2_PACKAGE_MPFR
|
|
select BR2_PACKAGE_GMP
|
|
help
|
|
Mpc is a C library for the arithmetic of complex numbers with
|
|
arbitrarily high precision and correct rounding of the result.
|
|
It is built upon and follows the same principles as Mpfr.
|
|
|
|
http://www.multiprecision.org/
|