Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-02 06:51:48 +0400
committerDiego Biurrun <diego@biurrun.de>2013-12-02 16:13:09 +0400
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)