Use host compiler to build bin2c

svn path=/trunk/; revision=12680
This commit is contained in:
Art Yerkes 2005-01-01 07:01:47 +00:00
parent cd9f2f7964
commit 67fe83b228

View file

@ -31,7 +31,7 @@ all : $(TOOLS)
%$(EXE_POSTFIX): %.c
@echo ===================================================== Compiling $*
@$(CC) -Wall -O3 -o $@ $<
@$(HOST_CC) -Wall -O3 -o $@ $<
.PHONY : clean