diff options
Diffstat (limited to 'win32/tcc-win32.txt')
| -rw-r--r-- | win32/tcc-win32.txt | 10 |
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: ------------ |
