mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
Use host compiler to build bin2c
svn path=/trunk/; revision=12680
This commit is contained in:
parent
cd9f2f7964
commit
67fe83b228
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ all : $(TOOLS)
|
|||
|
||||
%$(EXE_POSTFIX): %.c
|
||||
@echo ===================================================== Compiling $*
|
||||
@$(CC) -Wall -O3 -o $@ $<
|
||||
@$(HOST_CC) -Wall -O3 -o $@ $<
|
||||
|
||||
|
||||
.PHONY : clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue