From 67fe83b2281798f58a3cf27eaefc18881ca7ca94 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Sat, 1 Jan 2005 07:01:47 +0000 Subject: [PATCH] Use host compiler to build bin2c svn path=/trunk/; revision=12680 --- reactos/boot/freeldr/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/tools/Makefile b/reactos/boot/freeldr/tools/Makefile index 578e9d109dc..22d94b46f10 100644 --- a/reactos/boot/freeldr/tools/Makefile +++ b/reactos/boot/freeldr/tools/Makefile @@ -31,7 +31,7 @@ all : $(TOOLS) %$(EXE_POSTFIX): %.c @echo ===================================================== Compiling $* - @$(CC) -Wall -O3 -o $@ $< + @$(HOST_CC) -Wall -O3 -o $@ $< .PHONY : clean