aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - don't use GCC_MAJOR to see if we're not using gcc as GCC_MAJOR might be setUrs Janssen2013-02-151-0/+2
* configure: detect ARM variantsgrischka2013-02-141-33/+19
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-141-3/+3
* - make clang accept unportable code in libtcc1.cUrs Janssen2013-02-141-0/+5
* configure: cleanupgrischka2013-02-141-3/+6
* Improve multiarch detectionThomas Preud'homme2013-02-131-10/+0
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-2/+2
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-30/+7
* tests: cleanupgrischka2013-02-051-2/+0
* Slightly improved support for !gcc compilersThomas Preud'homme2013-02-041-1/+3
* Makefile: fix "allow CONFIG_LDDIR=lib64 configuration"grischka2013-02-041-4/+4
* Makefile: allow CONFIG_LDDIR=lib64 configurationgrischka2013-02-041-7/+9
* Fix cross-compilation out-of-tree buildThomas Preud'homme2013-01-301-2/+2
* configure: use relative paths for in-tree buildgrischka2013-01-301-0/+2
* Favor arm hardfloat over arm softfloat.Thomas Preud'homme2013-01-291-4/+4
* Install libtcc.h when invoking make installThomas Preud'homme2013-01-141-0/+2
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-12/+4
* Stop setting -Wno-unused-result switch in MakefileThomas Preud'homme2013-01-131-11/+0
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-4/+12
* Honor CC when testing for -Wno-unused-resultThomas Preud'homme2013-01-061-1/+1
* build: fix out-of-tree installAkim Demaille2012-12-211-3/+1
* build: fix out-of-tree buildAkim Demaille2012-12-211-1/+1
* build: simplify the makefilesAkim Demaille2012-12-211-18/+6
* Makefile: revamp "tar" targetgrischka2012-12-201-10/+17
* build: fix VPATH buildsAkim Demaille2012-12-181-2/+3
* Define TCC_ARM_EABI if using hardfloat ABIThomas Preud'homme2012-11-201-4/+7
* -Wno-unused-result now added only on gcc >= 4.4Milutin Jovanović2012-11-141-1/+12
* Allow source fortificationThomas Preud'homme2012-11-071-1/+1
* Honour *FLAGS everywhereThomas Preud'homme2012-11-061-9/+11
* Enable arm hardfloat calling conventionThomas Preud'homme2012-10-281-5/+5
* Add multiarch directory for arm hardfloat variantThomas Preud'homme2012-07-291-1/+3
* tests: Added numerous tests.Milutin Jovanović2012-06-181-0/+2
* Detect multiarch on Kfreebsd and HurdThomas Preud'homme2012-06-131-0/+3
* 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