aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* osx: Removed some optimizations for x86 builds as they were causing seg faults.Milutin Jovanović2012-06-101-0/+2
* Add support for arm hardfloat calling conventionThomas Preud'homme2012-06-051-0/+2
* Several multiarch/biarch fixesThomas Preud'homme2012-05-231-2/+4
* support "x86_64-linux-gnu" subdirs with lib & includegrischka2012-04-181-1/+2
* cleanup some partially broken patchesgrischka2012-04-181-1/+1
* Further changes improving the OSX build. Everything builds. libtest passes.Milutin Jovanovic2012-03-061-4/+1
* Revert "Multiple fixes for 64 bit sections"Andrew Mulbrook2012-03-031-3/+0
* Multiple fixes for 64 bit sectionsmob2012-02-261-0/+3
* Attempt to fix 32 bit OSX build. The fix consists of adding -m32 and -m64Milutin Jovanovic2012-02-161-2/+7
* Patch attempting to build OSX TinyCC.Milutin Jovanovic2012-02-091-0/+4
* libtcc: minor adjustmentsgrischka2011-08-111-2/+2
* configure: add switches to set search pathsgrischka2011-08-061-2/+2
* Accept colon separated paths with -L and -Igrischka2011-08-011-3/+8
* make: create native tcc from separate objectsgrischka2011-07-141-4/+3
* Revert "Make examples' shebang use target tcc bindir path"Thomas Preud'homme2011-07-071-10/+4
* Make examples' shebang use target tcc bindir pathThomas Preud'homme2011-06-181-4/+10
* Default to create progs with symbols (incl. debug)Thomas Preud'homme2011-06-171-4/+8
* make test work when LIBTCC1 not definedThomas Preud'homme2011-05-171-0/+2
* make clean work when LIBTCC1 not definedThomas Preud'homme2011-05-141-0/+2
* Makefile: respect LDFLAGS (set via --extra-ldflags=)Sergei Trofimovich2011-01-041-2/+2
* make: fix cannot find -ltcc with --disable-rpathHenry Kroll III2010-12-211-2/+1
* make: fix install with CC=tcc and potential link problemHenry Kroll III2010-12-201-1/+6
* configure: add --disable-rpath option (Fedora)Henry Kroll III2010-12-201-0/+4
* trim unnecessary bits from my previous 3 commitsHenry Kroll III2010-12-051-2/+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
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-041-198/+135
* needs lib path on bcheck.o fixes undefined symbol '__try__'Henry Kroll III2010-12-021-1/+1
* Makefile: fix clean target, bcheck, add commentsHenry Kroll III2010-12-021-6/+14
* split cross libtcc1.a to separate directoriesHenry Kroll III2010-12-021-106/+147
* 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-301-7/+19
* 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
* Makefile: --enable-cross on x86_64 simplifiedHenry Kroll III2010-11-281-27/+11
* 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
* Add info file creation into tcc build processThomas Preud'homme2010-09-101-3/+8
* Don't load libtcc1 on arch where it doesn't existThomas Preud'homme2010-05-011-0/+1
* reverse another unnecessary changeHenry Kroll III2010-04-291-1/+1
* recursive Makefiles should use $(MAKE), not "make"Henry Kroll III2010-04-291-3/+3
* remove superfluous LIBS=. (leftover from work on --disable-statc)Henry Kroll III2010-04-281-1/+0