From 7aa2e0c3d5b9f13fc1398e733090a3b4e6a95226 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 6 Dec 2010 16:40:10 -0300 Subject: mpc: make it a proper package * Convert mpc to a proper autotargets package * Hook it up for binutils/gcc to use Signed-off-by: Gustavo Zacarias Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/mpc/Config.in | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'package/mpc/Config.in') diff --git a/package/mpc/Config.in b/package/mpc/Config.in index 61c96383b..83770133e 100644 --- a/package/mpc/Config.in +++ b/package/mpc/Config.in @@ -1,19 +1,10 @@ -config BR2_PACKAGE_LIBMPC +config BR2_PACKAGE_MPC bool "mpc" - select BR2_PACKAGE_LIBMPFR - select BR2_PACKAGE_LIBGMP + 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/ - - -config BR2_PACKAGE_LIBMPC_HEADERS - bool "mpc headers for target" - depends on BR2_PACKAGE_LIBMPC - select BR2_PACKAGE_LIBMPFR_HEADERS - select BR2_PACKAGE_LIBGMP_HEADERS - help - Install the mpc headers for the target. -- cgit v1.2.3