Move all to deprecated folder.
This commit is contained in:
6
deprecated/firmware/buildroot/package/gmp/Config.in
Normal file
6
deprecated/firmware/buildroot/package/gmp/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_GMP
|
||||
bool "gmp"
|
||||
help
|
||||
GNU Multiple Precision Arithmetic Library.
|
||||
|
||||
http://gmplib.org/
|
||||
2
deprecated/firmware/buildroot/package/gmp/gmp.hash
Normal file
2
deprecated/firmware/buildroot/package/gmp/gmp.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 68dadacce515b0f8a54f510edf07c1b636492bcdb8e8d54c56eb216225d16989 gmp-6.1.0.tar.xz
|
||||
21
deprecated/firmware/buildroot/package/gmp/gmp.mk
Normal file
21
deprecated/firmware/buildroot/package/gmp/gmp.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# gmp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GMP_VERSION = 6.1.0
|
||||
GMP_SITE = $(BR2_GNU_MIRROR)/gmp
|
||||
GMP_SOURCE = gmp-$(GMP_VERSION).tar.xz
|
||||
GMP_INSTALL_STAGING = YES
|
||||
GMP_LICENSE = LGPLv3+
|
||||
GMP_LICENSE_FILES = COPYING.LESSERv3
|
||||
GMP_DEPENDENCIES = host-m4
|
||||
|
||||
# GMP doesn't support assembly for r6 ISA yet
|
||||
ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y)
|
||||
GMP_CONF_OPTS += --disable-assembly
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user