2014-11-24 23:56:28 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# bdwgc
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-12-02 00:13:21 +01:00
|
|
|
# When bumping the version number, check if the list of supported architectures
|
|
|
|
# is still valid; see Config.log.
|
2014-11-24 23:56:28 +01:00
|
|
|
BDWGC_VERSION = 7.2f
|
|
|
|
BDWGC_SOURCE = gc-$(BDWGC_VERSION).tar.gz
|
|
|
|
BDWGC_SITE = http://www.hboehm.info/gc/gc_source
|
|
|
|
BDWGC_INSTALL_STAGING = YES
|
|
|
|
BDWGC_LICENSE = bdwgc license
|
|
|
|
BDWGC_LICENSE_FILES = README.QUICK
|
|
|
|
BDWGC_DEPENDENCIES = libatomic_ops host-pkgconf
|
|
|
|
|
|
|
|
# The libtool shipped with the package is bogus and generates some
|
|
|
|
# -L/usr/lib flags. It uses a version not supported by Buildroot
|
|
|
|
# libtool patches, so autoreconfiguring the packages is the easiest
|
|
|
|
# solution.
|
|
|
|
BDWGC_AUTORECONF = YES
|
|
|
|
|
|
|
|
# Ensure we use the system libatomic_ops, and not the internal one.
|
|
|
|
BDWGC_CONF_OPTS = --with-libatomic-ops=yes
|
|
|
|
HOST_BDWGC_CONF_OPTS = --with-libatomic-ops=yes
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|
|
|
|
$(eval $(host-autotools-package))
|