Commit 6a3dd217 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files

bdwgc: bump to version 7.4.2



The code in gcconfig.h indicates that the list of supported architectures is
now a superset of BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS so we can drop
BR2_PACKAGE_BDWGC_ARCH_SUPPORTS.

Also, add a hash file.

Cc: Pedro Aguilar <paguilar@paguilar.org>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent b527e3b4
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
config BR2_PACKAGE_BDWGC_ARCH_SUPPORTS
	bool
	default y
	depends on BR2_arm || BR2_armeb || BR2_i386 \
		|| BR2_mips || BR2_mipsel || BR2_powerpc || BR2_sh \
		|| BR2_sparc || BR2_x86_64

config BR2_PACKAGE_BDWGC
	bool "bdwgc"
	depends on BR2_PACKAGE_BDWGC_ARCH_SUPPORTS
	depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
	select BR2_PACKAGE_LIBATOMIC_OPS
	help
+2 −0
Original line number Diff line number Diff line
# Locally computed
sha256	63320ad7c45460e4a40e03f5aa4c6893783f21a16416c3282b994f933312afa2	gc-7.4.2.tar.gz
+1 −3
Original line number Diff line number Diff line
@@ -4,9 +4,7 @@
#
################################################################################

# When bumping the version number, check if the list of supported architectures
# is still valid; see Config.log.
BDWGC_VERSION = 7.2f
BDWGC_VERSION = 7.4.2
BDWGC_SOURCE = gc-$(BDWGC_VERSION).tar.gz
BDWGC_SITE = http://www.hboehm.info/gc/gc_source
BDWGC_INSTALL_STAGING = YES
+0 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_GUILE
	bool "guile"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_PACKAGE_BDWGC_ARCH_SUPPORTS # bdwgc
	depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # bdwgc
	depends on BR2_USE_WCHAR # libunistring
	select BR2_PACKAGE_LIBUNISTRING