aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* [avih] a custom build dir fix for lib/Makefileseyko2016-05-201-4/+4
* fix a mingw64 build on Linux with --enable-tcc64-mingwseyko2016-05-201-1/+1
* lib/Makefile: filter-out -b flag from XFLAGSseyko2015-11-081-1/+1
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-8/+8
* Reorganize the source tree.gus knight2015-07-271-8/+8
* a bounds checking code for the ARCH=x86_64seyko2015-04-101-1/+1
* fix installation amd bcheck for Windowsseyko2015-04-101-1/+1
* libtcc1.a while "configure --enable-cross"seyko2015-03-201-1/+1
* "configure --enable-cross" on x86: build a libtcc1.a for x86_64seyko2015-03-191-4/+2
* lib/Makefile: Partial revert of 896a0c881ac3.Edmund Grimley Evans2015-03-101-1/+0
* don't use a *-tcc to compile *.S files for ARM*seyko2015-03-101-0/+2
* gcc options and mingw: move a gcc options detection from a makefile to the co...seyko2015-03-041-3/+3
* an unification of the tcc cross names for a windowsseyko2015-03-041-5/+5
* build-libtcc1-by-tcc: use a new tcc to compile a libtcc1.c and alloca.Sseyko2015-03-041-7/+0
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-0/+12
* Don't build libtcc1 with -fstack-protector-strongMatteo Cypriani2014-09-071-0/+4
* win32: libtcc1.a needs to be built with tccgrischka2014-04-071-2/+5
* arm: Provide alloca()Michael Matz2014-04-051-2/+2
* shared libs: Build libtcc1.a with -fPICMichael Matz2014-04-021-1/+5
* misc. fixesgrischka2014-01-061-3/+0
* Add ARM aeabi functions needed to run tcctestThomas Preud'homme2013-12-111-1/+1
* Add __clear_cache implementation in libtcc1Thomas Preud'homme2013-11-051-0/+11
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-0/+3
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-141-2/+2
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-1/+1
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-2/+1
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-19/+23
* configure: use relative paths for in-tree buildgrischka2013-01-301-2/+2
* build: fix VPATH buildsAkim Demaille2012-12-181-2/+1
* Honour *FLAGS everywhereThomas Preud'homme2012-11-061-3/+3
* Further changes improving the OSX build. Everything builds. libtest passes.Milutin Jovanovic2012-03-061-4/+14
* Attempt to fix 32 bit OSX build. The fix consists of adding -m32 and -m64Milutin Jovanovic2012-02-161-2/+2
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-041-0/+90