| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add -static to be in sync with Windows bat. | Christian Jullien | 2017-04-27 | 1 | -1/+1 |
| | | |||||
| * | Cygwin Makefile was to aggresive to remove entire lib/ | Christian Jullien | 2017-02-24 | 1 | -5/+3 |
| | | |||||
| * | Update Cygwin Makefile for new libtcc1-xx.a layout | Christian Jullien | 2017-02-24 | 1 | -10/+9 |
| | | |||||
| * | tcc: re-enable correct option -r support | grischka | 2017-02-20 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | Forgot about it. It allows to compile several sources (and other .o's) to one single .o file; tcc -r -o all.o f1.c f2.c f3.S o4.o ... Also: - option -fold-struct-init-code removed, no effect anymore - (tcc_)set_environment() moved to tcc.c - win32/lib/(win)crt1 minor fix & add dependency - debug line output for asm (tcc -c -g xxx.S) enabled - configure/Makefiles: x86-64 -> x86_64 changes - README: cleanup | ||||
| * | Update cygwin Makefile after recent Windows source changes | Christian Jullien | 2017-02-18 | 1 | -18/+8 |
| | | |||||
| * | Makefile for Windows native tcc handles recent UNICODE support | Christian Jullien | 2017-02-18 | 1 | -26/+32 |
| | | |||||
| * | Add entry to run tests2 tests | Christian Jullien | 2017-02-17 | 1 | -0/+9 |
| | | |||||
| * | tiny_impldef.exe was not built by Makefile | Christian Jullien | 2017-02-16 | 1 | -140/+142 |
| | | |||||
| * | Improve cygwin Makefile that now support TARGET=32/64 to force final version ↵ | Christian Jullien | 2017-02-14 | 1 | -11/+20 |
| | | | | | for 32/64 platform | ||||
| * | updates & cleanups (tcc-doc/Changelog/TODO ...) | grischka | 2017-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | - tcc-doc.texi: commandline option info update - Changelog/TODO: update - tests/tcctest.py: removed - tests/Makefile: weaktest fixed - tests/tests2: some files renamed and/or converted to unix LF - configure/Makefile: --enable-static option (no dll on win32) - win32/build-tcc.bat: msvc support - win32/tcc-win32.txt: build info update - win32/vs2015/: VS solution removed - win32/include/tcc/tcc_libm.h: #include statement fixed - tcc.c: -include <file> option help info - .gitignore: cleanup | ||||
| * | Detect native version from default gcc target. | Christian Jullien | 2017-02-12 | 1 | -8/+9 |
| | | |||||
| * | Add Makefile to build native tcc 32/64 on Windows using cygwin | Christian Jullien | 2017-02-12 | 1 | -0/+130 |
