summaryrefslogtreecommitdiffstats
path: root/package/mpc/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-12-06 16:40:10 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-27 22:01:00 +0100
commit7aa2e0c3d5b9f13fc1398e733090a3b4e6a95226 (patch)
tree85659cd4f1fb04f436307feb82d635da6a4005f9 /package/mpc/Config.in
parenta6337a4dc81de8a9428860365a11a392baca323f (diff)
downloadbuildroot-novena-7aa2e0c3d5b9f13fc1398e733090a3b4e6a95226.tar.gz
buildroot-novena-7aa2e0c3d5b9f13fc1398e733090a3b4e6a95226.zip
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 <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mpc/Config.in')
-rw-r--r--package/mpc/Config.in15
1 files changed, 3 insertions, 12 deletions
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.