mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/component_hostcc_hostld_etc' into 'master'
Also export HOSTCC etc for components As title says :) See merge request !143
This commit is contained in:
commit
922839d131
@ -214,6 +214,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user