summaryrefslogtreecommitdiffstats
path: root/package/gmp/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-12-06 16:40:07 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-27 22:00:59 +0100
commit21f7b8bccec20702170d89ab662757945d9ffbe9 (patch)
tree52d3d22344482e2b49cc66df2c178cea036c30df /package/gmp/Config.in
parent6908149bec720e6bb4c2d1e8d03331bcd4e3343b (diff)
downloadbuildroot-novena-21f7b8bccec20702170d89ab662757945d9ffbe9.tar.gz
buildroot-novena-21f7b8bccec20702170d89ab662757945d9ffbe9.zip
gmp: make it a proper package and bump to version 5.0.1
* Convert gmp to a proper autotargets package * Bump to version 5.0.1 * 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/gmp/Config.in')
-rw-r--r--package/gmp/Config.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/package/gmp/Config.in b/package/gmp/Config.in
index 74596f86a..226e0887d 100644
--- a/package/gmp/Config.in
+++ b/package/gmp/Config.in
@@ -1,14 +1,6 @@
-config BR2_PACKAGE_LIBGMP
+config BR2_PACKAGE_GMP
bool "gmp"
help
GNU Multiple Precision Arithmetic Library.
- http://www.swox.com/gmp/
-
-
-config BR2_PACKAGE_LIBGMP_HEADERS
- bool "gmp headers for target"
- depends on BR2_PACKAGE_LIBGMP
- help
- Install the gmp.h for the target.
-
+ http://gmplib.org/