From 5550e4336fd4b02cc0260f0d2cec8161340d6f5f Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Tue, 14 Feb 2017 05:51:45 +0100 Subject: Improve cygwin Makefile that now support TARGET=32/64 to force final version for 32/64 platform --- win32/tcc-win32.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'win32/tcc-win32.txt') diff --git a/win32/tcc-win32.txt b/win32/tcc-win32.txt index 9299e68..dfcfb1b 100644 --- a/win32/tcc-win32.txt +++ b/win32/tcc-win32.txt @@ -128,6 +128,16 @@ Also you can copy/install everything into another directory: > build-tcc.bat -i + * 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: ------------ -- cgit v1.3.1