From: Jeroen Domburg Date: Thu, 20 Oct 2016 12:11:13 +0000 (+0800) Subject: Also export HOSTCC etc for components X-Git-Tag: v1.0~111^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b8504005920535764a51d8ec4e9a392e3fcb178;p=esp-idf Also export HOSTCC etc for components --- diff --git a/make/project.mk b/make/project.mk index 2b2eff3f5e..d822d6a21d 100644 --- a/make/project.mk +++ b/make/project.mk @@ -176,6 +176,7 @@ HOSTCC := $(CC) HOSTLD := $(LD) HOSTAR := $(AR) HOSTOBJCOPY := $(OBJCOPY) +export HOSTCC HOSTLD HOSTAR HOSTOBJCOPY #Set target compiler. Defaults to whatever the user has #configured as prefix + yer olde gcc commands