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

View File

@@ -214,6 +214,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