mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 22:54:33 +02:00
Also export HOSTCC etc for components
This commit is contained in:
@@ -176,6 +176,7 @@ HOSTCC := $(CC)
|
|||||||
HOSTLD := $(LD)
|
HOSTLD := $(LD)
|
||||||
HOSTAR := $(AR)
|
HOSTAR := $(AR)
|
||||||
HOSTOBJCOPY := $(OBJCOPY)
|
HOSTOBJCOPY := $(OBJCOPY)
|
||||||
|
export HOSTCC HOSTLD HOSTAR HOSTOBJCOPY
|
||||||
|
|
||||||
#Set target compiler. Defaults to whatever the user has
|
#Set target compiler. Defaults to whatever the user has
|
||||||
#configured as prefix + yer olde gcc commands
|
#configured as prefix + yer olde gcc commands
|
||||||
|
Reference in New Issue
Block a user