aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tcc: add -m32 option to x86_64 cross compilersHenry Kroll III2010-12-062-1/+35
* trim unnecessary bits from my previous 3 commitsHenry Kroll III2010-12-052-4/+1
* make: i386/libtcc1.a for i386-tcc (x86_64 to i386 cross)Henry Kroll III2010-12-051-2/+10
* make: cross compilers exist before using them (fixes parallel make)Henry Kroll III2010-12-041-1/+2
* tcc: add option -s for gcc compatibility (ignored)Henry Kroll III2010-12-041-1/+5
* tiny_libmaker: strip leading directory to avoid buffer overrungrischka2010-12-041-3/+13
* tccelf/tcccoff: fix some type conversion warningsgrischka2010-12-042-7/+7
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-046-254/+266
* needs lib path on bcheck.o fixes undefined symbol '__try__'Henry Kroll III2010-12-021-1/+1
* make cross compilers an expert option in configure --helpHenry Kroll III2010-12-021-2/+3
* Add --enable-cygwin option to build on windows with cygwin+mingw32Henry Kroll III2010-12-021-1/+11
* Changelog: document some of the recent changesHenry Kroll III2010-12-021-0/+10
* Makefile: fix clean target, bcheck, add commentsHenry Kroll III2010-12-021-6/+14
* split cross libtcc1.a to separate directoriesHenry Kroll III2010-12-024-118/+181
* tccpe.c: fallback to libtcc1.a for other targets (ARM)Henry Kroll III2010-11-301-2/+4
* Makefile: cleanup leftovers on cross build. really works nowHenry Kroll III2010-11-301-0/+1
* Makefile: fix typo and resulting workaroundHenry Kroll III2010-11-301-2/+2
* Makefile: fix Linux cross install, cleanupHenry Kroll III2010-11-301-6/+6
* tccpe.c: Makefile: --enable-cross win64 cross library buildHenry Kroll III2010-11-302-8/+25
* tcc.c: skip -lpthread when -c option specifiedHenry Kroll III2010-11-301-2/+4
* make CC=tcc install: fixes strip:tcc: File format not recognizedHenry Kroll III2010-11-301-1/+2
* Makefile: Add .PHONY targetsHenry Kroll III2010-11-301-0/+2
* Makefile: Put i386-win32-tcc back into --enable-cross installHenry Kroll III2010-11-301-1/+1
* Makefile: build --config-cross libtcc1.a directly to win32/libHenry Kroll III2010-11-301-7/+8
* Remove unnecessary $(PROGS_CROSS) from non-cross builds.Henry Kroll III2010-11-291-1/+0
* Makefile: TCC=tccHenry Kroll III2010-11-281-1/+1
* configure: allow changing installation directoryHenry Kroll III2010-11-281-0/+3
* Makefile: --enable-cross on x86_64 simplifiedHenry Kroll III2010-11-281-27/+11
* tccpe: typedef unsigned int DWORD for cross compilers.grischka2010-11-271-5/+5
* build: remove #include "config.h" from target dependent filesgrischka2010-11-267-27/+20
* libtcc: fix s->include_stack_ptr used uninitialized in tcc_opengrischka2010-11-261-0/+1
* x86_64: finish biarch path fixupHenry Kroll III2010-11-252-2/+2
* tccpp: fix token pasting ##grischka2010-11-251-5/+3
* libtcc: new function tcc_open_bf to create BufferedFilegrischka2010-11-254-104/+77
* x86_64: fix --with-libgcc and simplify biarch pathsHenry Kroll III2010-11-253-15/+8
* tcc: Linux -pthread option sets -D_REENTRANT and -lpthreadHenry Kroll III2010-11-241-0/+9
* Makefile: x86_64 win32-cross add clean: targetHenry Kroll III2010-11-061-4/+6
* Makefile: edit commentsHenry K2010-10-291-2/+1
* Makefile: cross-copiler tcc1.def is now libtcc1.a, ignore mv errorsHenry Kroll III2010-10-291-7/+7
* Force gcc for x86_64 --enable-crossHenry Kroll III2010-10-281-1/+1
* selinux: correct ftruncate, fix bus error in tcc -runHenry Kroll III2010-10-271-2/+3
* Fix binding of assignment expressions.Ben Bacarisse2010-10-251-29/+29
* win32: register SEH in startup code (i386 only)grischka2010-10-194-2/+126
* Remove ifdef STT_GNU_IFUNC test in tccrun.cThomas Preud'homme2010-10-101-5/+1
* Explicit license in tiny_libmaker.cThomas Preud'homme2010-10-071-2/+14
* info doc: fix --infodir to respect DESTDIR for 'make install'Sergei Trofimovich2010-09-211-1/+1
* Move asm label functions from tccasm.c to tccgen.cThomas Preud'homme2010-09-144-44/+29
* Add support for __REDIRECT_NTH needed with eglibc.Thomas Preud'homme2010-09-121-0/+3
* Add info file creation into tcc build processThomas Preud'homme2010-09-102-3/+17
* Add missing dircategory and direntry to texi fileThomas Preud'homme2010-09-101-0/+4