mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,12 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BDWGC_VERSION = 8.0.4
|
||||
BDWGC_VERSION = 8.0.6
|
||||
BDWGC_SOURCE = gc-$(BDWGC_VERSION).tar.gz
|
||||
BDWGC_SITE = http://www.hboehm.info/gc/gc_source
|
||||
BDWGC_SITE = https://github.com/ivmai/bdwgc/releases/download/v$(BDWGC_VERSION)
|
||||
BDWGC_INSTALL_STAGING = YES
|
||||
BDWGC_LICENSE = bdwgc license
|
||||
BDWGC_LICENSE_FILES = README.QUICK
|
||||
BDWGC_CPE_ID_VENDOR = bdwgc_project
|
||||
BDWGC_DEPENDENCIES = libatomic_ops host-pkgconf
|
||||
HOST_BDWGC_DEPENDENCIES = host-libatomic_ops host-pkgconf
|
||||
|
||||
@@ -20,6 +21,9 @@ endif
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
BDWGC_CFLAGS_EXTRA += -DGC_NO_DLOPEN
|
||||
endif
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS_NPTL),)
|
||||
BDWGC_CFLAGS_EXTRA += -DNO_PTHREAD_GETATTR_NP
|
||||
endif
|
||||
|
||||
# Ensure we use the system libatomic_ops, and not the internal one.
|
||||
BDWGC_CONF_OPTS += --with-libatomic-ops=yes
|
||||
|
||||
Reference in New Issue
Block a user