1 ################################################################################
3 # toolchain-external-custom
5 ################################################################################
7 TOOLCHAIN_EXTERNAL_CUSTOM_SITE
= $(patsubst %/,%,$(dir $(call qstrip
,$(BR2_TOOLCHAIN_EXTERNAL_URL
))))
8 TOOLCHAIN_EXTERNAL_CUSTOM_SOURCE
= $(notdir $(call qstrip
,$(BR2_TOOLCHAIN_EXTERNAL_URL
)))
10 ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CUSTOM
),y
)
11 # We can't check hashes for custom downloaded toolchains
12 BR_NO_CHECK_HASH_FOR
+= $(TOOLCHAIN_EXTERNAL_SOURCE
)
15 $(eval
$(toolchain-external-package
))