update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/gmp/Config.in
Normal file
6
bsp/buildroot-2017.02.11/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
bsp/buildroot-2017.02.11/package/gmp/gmp.hash
Normal file
2
bsp/buildroot-2017.02.11/package/gmp/gmp.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 gmp-6.1.2.tar.xz
|
||||
23
bsp/buildroot-2017.02.11/package/gmp/gmp.mk
Normal file
23
bsp/buildroot-2017.02.11/package/gmp/gmp.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# gmp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GMP_VERSION = 6.1.2
|
||||
GMP_SITE = $(BR2_GNU_MIRROR)/gmp
|
||||
GMP_SOURCE = gmp-$(GMP_VERSION).tar.xz
|
||||
GMP_INSTALL_STAGING = YES
|
||||
GMP_LICENSE = LGPLv3+ or GPLv2+
|
||||
GMP_LICENSE_FILES = COPYING.LESSERv3 COPYINGv2
|
||||
GMP_DEPENDENCIES = host-m4
|
||||
HOST_GMP_DEPENDENCIES = host-m4
|
||||
|
||||
# GMP doesn't support assembly for coldfire or mips r6 ISA yet
|
||||
# Disable for ARM v7m since it has different asm constraints
|
||||
ifeq ($(BR2_m68k_cf)$(BR2_MIPS_CPU_MIPS32R6)$(BR2_MIPS_CPU_MIPS64R6)$(BR2_ARM_CPU_ARMV7M)$(BR2_arc),y)
|
||||
GMP_CONF_OPTS += --disable-assembly
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user