Use host compiler to build bin2c
[reactos.git] / reactos / boot / freeldr / tools / Makefile
index 578e9d1..22d94b4 100644 (file)
@@ -31,7 +31,7 @@ all : $(TOOLS)
 
 %$(EXE_POSTFIX): %.c
        @echo ===================================================== Compiling $*
-       @$(CC) -Wall -O3 -o $@ $<
+       @$(HOST_CC) -Wall -O3 -o $@ $<
 
 
 .PHONY : clean