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:
Jeroen Domburg 2016-10-21 15:52:28 +08:00
commit 922839d131

View file

@ -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