summaryrefslogtreecommitdiff
path: root/package/guile
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-02-27 07:47:09 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-02-27 09:32:03 +0100
commit6a3dd2170fc7d78499404001e62f8bdb1452c68e (patch)
tree609ccc83ee8371026a585154c8edabd8eaabcb01 /package/guile
parentb527e3b449006aa3660a76020f6d67c87c2a6849 (diff)
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: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/guile')
-rw-r--r--package/guile/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/guile/Config.in b/package/guile/Config.in
index 6859caff6..d24f31844 100644
--- a/package/guile/Config.in
+++ b/package/guile/Config.in
@@ -1,7 +1,6 @@
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