Explorar el Código

Merge branch 'feature/component_hostcc_hostld_etc' into 'master'

Also export HOSTCC etc for components

As title says :)

See merge request !143

Jeroen Domburg hace 9 años
padre
commit
922839d131
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      make/project.mk

+ 1 - 0
make/project.mk

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