mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
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:
committed by
Peter Korsgaard
parent
6908149bec
commit
21f7b8bcce
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user