mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Use host compiler to build bin2c
svn path=/trunk/; revision=12680
This commit is contained in:
@@ -31,7 +31,7 @@ all : $(TOOLS)
|
||||
|
||||
%$(EXE_POSTFIX): %.c
|
||||
@echo ===================================================== Compiling $*
|
||||
@$(CC) -Wall -O3 -o $@ $<
|
||||
@$(HOST_CC) -Wall -O3 -o $@ $<
|
||||
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
Reference in New Issue
Block a user