summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-02 03:51:48 +0100
committerDiego Biurrun <diego@biurrun.de>2013-12-02 13:13:09 +0100
commitad477710244c761ad1c21246c34e0075fee12d11 (patch)
treef375705a61a042182689173211718ecda5cb504d /Makefile
parent7ffaa195704a7805a4342e58406904e6de17fef5 (diff)
build: Add shorthand for HOSTCC compile macro
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 89f04a04a2..20ce686fb6 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ endef
COMPILE_C = $(call COMPILE,CC)
COMPILE_S = $(call COMPILE,AS)
+COMPILE_HOSTC = $(call COMPILE,HOSTCC)
%.o: %.c
$(COMPILE_C)