diff options
author | Martin Banky <Martin.Banky@gmail.com> | 2010-11-03 15:59:31 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 20:16:28 +0100 |
commit | 4af6496eac1146a2eceb3e4c9915307a9e69b9e6 (patch) | |
tree | 18ed54d1d230b12030468dbea225eadbf54706f3 /package/mpc/Config.in | |
parent | 5e12a71eeeddf510892be68bdbf305323379789e (diff) | |
download | buildroot-novena-4af6496eac1146a2eceb3e4c9915307a9e69b9e6.tar.gz buildroot-novena-4af6496eac1146a2eceb3e4c9915307a9e69b9e6.zip |
Add gcc 4.5.1 to buildroot
Signed-off-by: Martin.Banky@gmail.com <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mpc/Config.in')
-rw-r--r-- | package/mpc/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/mpc/Config.in b/package/mpc/Config.in new file mode 100644 index 000000000..604551415 --- /dev/null +++ b/package/mpc/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_LIBMPC + bool "mpc" + select BR2_PACKAGE_LIBMPFR + select BR2_PACKAGE_LIBGMP + 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. |