- configure/Makefiles: minor adjustments
- build-tcc.bat: add -static to gcc options
(avoids libgcc_s*.dll dependency with some mingw versions)
- tccpe.c/tcctools.c: eliminate MAX_PATH
(not available for cross compilers)
- tccasm.c: use uint64_t/strtoull in unary()
(unsigned long sometimes is only uint32_t, as always on windows)
- tccgen.c: Revert (
|
||
|---|---|---|
| .. | ||
| alloca-arm.S | ||
| alloca86-bt.S | ||
| alloca86.S | ||
| alloca86_64-bt.S | ||
| alloca86_64.S | ||
| armeabi.c | ||
| bcheck.c | ||
| lib-arm64.c | ||
| libtcc1.c | ||
| Makefile | ||