Factorize the HOSTCC/HOSTCXX definition

Change-Id: I449289e999238c7ca54974e071577d06130991a9
This commit is contained in:
Romain Goyet
2016-11-05 14:51:55 +01:00
parent 150f52a993
commit 4eae83278d
4 changed files with 3 additions and 5 deletions

View File

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