Define and use HOSTCC

Change-Id: If38c488233007e86c2e1e999861836a0ffbbf1e8
This commit is contained in:
Romain Goyet
2016-03-23 12:35:25 +01:00
parent 80ad6e606b
commit 35228e83af
2 changed files with 3 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ kandinsky/src/font.c: kandinsky/fonts/rasterizer
kandinsky/fonts/rasterizer: kandinsky/fonts/rasterizer.c
@echo "HOSTCC $@"
gcc $(RASTERIZER_CFLAGS) $< $(RASTERIZER_LDFLAGS) -o $@
@$(HOSTCC) $(RASTERIZER_CFLAGS) $< $(RASTERIZER_LDFLAGS) -o $@
products += $(font_files) kandinsky/fonts/rasterizer