Makefile: edit comments
This commit is contained in:
parent
24d6a93f44
commit
e250ffb319
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -186,8 +186,7 @@ libtcc_test$(EXESUF): tests/libtcc_test.c $(LIBTCCB)
|
||||||
$(CC) -o $@ $^ -I. $(CFLAGS) $(LIBS) $(LIBTCCL)
|
$(CC) -o $@ $^ -I. $(CFLAGS) $(LIBS) $(LIBTCCL)
|
||||||
|
|
||||||
# To build cross-compilers on Linux we must make a fake 32 bit tcc.exe
|
# To build cross-compilers on Linux we must make a fake 32 bit tcc.exe
|
||||||
# and use it to build ELF objects into libtcc1.a which is then
|
# and use it to build ELF objects into win32 version of libtcc1.a
|
||||||
# renamed to tcc1.def in order to have another target in the Makefile
|
|
||||||
win32libcc1:
|
win32libcc1:
|
||||||
mv config.mak config.mak.bak
|
mv config.mak config.mak.bak
|
||||||
mv config.h config.h.bak
|
mv config.h config.h.bak
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue