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>
This commit is contained in:
Gustavo Zacarias
2010-12-06 16:40:07 -03:00
committed by Peter Korsgaard
parent 6908149bec
commit 21f7b8bcce
4 changed files with 16 additions and 123 deletions

View File

@@ -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/