summaryrefslogtreecommitdiff
path: root/toolchain/toolchain-external/toolchain-external-custom/toolchain-external-custom.mk
blob: c4ae6125ef75797be5acd4d840d5e1160f0e5b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
#
# toolchain-external-custom
#
################################################################################

TOOLCHAIN_EXTERNAL_CUSTOM_SITE = $(patsubst %/,%,$(dir $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_URL))))
TOOLCHAIN_EXTERNAL_CUSTOM_SOURCE = $(notdir $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_URL)))

ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CUSTOM),y)
# We can't check hashes for custom downloaded toolchains
BR_NO_CHECK_HASH_FOR += $(TOOLCHAIN_EXTERNAL_SOURCE)
endif

$(eval $(toolchain-external-package))