aboutsummaryrefslogtreecommitdiff
path: root/win32/tcc-win32.txt
diff options
context:
space:
mode:
authorChristian Jullien <Christian Jullien>2017-02-14 05:51:45 +0100
committerChristian Jullien <Christian Jullien>2017-02-14 05:51:45 +0100
commit5550e4336fd4b02cc0260f0d2cec8161340d6f5f (patch)
treece5d420e5e87dfeb3c339a2eae29cec25bd7f6b9 /win32/tcc-win32.txt
parent43d9a7de9b83f437d55c2cbc6e9625e3fafa5102 (diff)
downloadtinycc-5550e4336fd4b02cc0260f0d2cec8161340d6f5f.tar.gz
tinycc-5550e4336fd4b02cc0260f0d2cec8161340d6f5f.tar.bz2
Improve cygwin Makefile that now support TARGET=32/64 to force final version for 32/64 platform
Diffstat (limited to 'win32/tcc-win32.txt')
-rw-r--r--win32/tcc-win32.txt10
1 files changed, 10 insertions, 0 deletions
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 <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:
------------