Use host compiler to build bin2c Modified: trunk/reactos/boot/freeldr/tools/Makefile _____
Modified: trunk/reactos/boot/freeldr/tools/Makefile --- trunk/reactos/boot/freeldr/tools/Makefile 2005-01-01 04:55:11 UTC (rev 12679) +++ trunk/reactos/boot/freeldr/tools/Makefile 2005-01-01 07:01:47 UTC (rev 12680) @@ -31,7 +31,7 @@
%$(EXE_POSTFIX): %.c @echo ===================================================== Compiling $* - @$(CC) -Wall -O3 -o $@ $< + @$(HOST_CC) -Wall -O3 -o $@ $<
.PHONY : clean