Improve cygwin Makefile that now support TARGET=32/64 to force final version for 32/64 platform

This commit is contained in:
Christian Jullien
2017-02-14 05:51:45 +01:00
parent 43d9a7de9b
commit 5550e4336f
2 changed files with 30 additions and 11 deletions

View File

@ -128,6 +128,16 @@
Also you can copy/install everything into another directory:
> build-tcc.bat -i <dir>
* You can also bootstrap a native tcc Windows toolchain with cygwin.
https://www.cygwin.com/
Install Base, gcc, make
Launch Cygwin Terminal
> make
or to force 32bit executables (including 64bit backend)
> make TARGET=32
or to force 64bit executables (including 32bit backend)
> make TARGET=64
Limitations:
------------