aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Summary of commits + added some brief comments to MakefileHenry Kroll III2010-04-261-5/+10
* don't build tcc1.def on Windows.Henry Kroll III2010-04-261-11/+11
* Makefile fixup:Henry Kroll III2010-04-251-23/+25
* make --enable-cross work properly on x86_64Henry Kroll III2010-04-251-3/+8
* remove make_libtcc1_win32.sh shell scriptHenry Kroll III2010-04-241-10/+37
* make win32 version of libtcc1.a for cross-compiler on x86 / x86_64Henry Kroll III2010-04-241-4/+6
* add --disable-static option to build libtcc.so instead of libtcc.aHenry Kroll III2010-04-241-10/+27
* i386-win32-tcc fails to build a valid win32 executable if builtHenry Kroll III2010-04-231-1/+1
* Added patch to detect and use the paths for 64bit libraries asNikos Mavrogiannopoulos2010-01-281-0/+1
* Makefile: Delete tcc-doc.html during 'make distclean'Detlef Riekenberg2010-01-261-1/+1
* update Makefilesgrischka2009-12-201-47/+38
* allow tcc be build from separate objectsgrischka2009-12-201-13/+26
* win32: enable bounds checker & exception handlergrischka2009-12-191-5/+2
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-2/+2
* tcc: add "-Wl,-rpath=path" option (library search path)grischka2009-12-191-2/+2
* ARM: first support for arm-pe targetFrederic Feret2009-11-131-0/+5
* first support of x86_64 assemblyFrederic Feret2009-11-131-4/+4
* x86-64: chkstk, allocagrischka2009-07-181-26/+17
* win64: use new headers from mingwgrischka2009-07-181-2/+2
* pe32+ target: add to makefilegrischka2009-07-181-4/+9
* fix asmtest (somehow), update Makefilesgrischka2009-07-181-2/+6
* x86-64: Add alloca.Shinichiro Hamaji2009-06-091-0/+4
* drop alloca #definegrischka2009-05-161-1/+1
* ulibc: #define TCC_UCLIBC and load elf_interpgrischka2009-05-161-0/+5
* make tcc from tcc.c and libtcc from libtcc.cgrischka2009-05-051-1/+1
* new files: tcc.h libtcc.c tccpp.c tccgen.cgrischka2009-05-051-1/+2
* cleanup makefilesgrischka2009-04-191-70/+80
* fix makefiles etc for subdirsgrischka2009-04-181-246/+145
* win32: readme.txt->tcc-win32.txt, update tcc-docgrischka2009-04-181-1/+1
* libtcc: new api tcc_set_lib_pathgrischka2009-04-181-1/+1
* x86-64: Define make variable TARGET so that test2 and test3 use correct flag.Shinichiro Hamaji2009-04-181-7/+5
* Suppress noisy pointer signed-ness warnings on x86-64.Shinichiro Hamaji2009-04-181-0/+4
* Add support of x86-64.Shinichiro Hamaji2008-12-021-1/+22
* Allow to use libgcc instead of libtcc1Daniel Glöckner2008-09-121-4/+13
* ARM related Makefile changesDaniel Glöckner2008-09-121-4/+16
* Patch for DESTDIR installation (Adam Sampson)Adam Sampson2008-09-121-19/+19
* update manual, changeloggrischka2008-03-311-1/+1
* Checkin tiny_libmaker (ar replacement) by Timovj Lahdegrischka2008-03-081-2/+6
* Udated and cleaned up TODO.grischka2008-01-161-1/+1
* Import changesets (part 4) 428,457,460,467: defines for openbsd etc.grischka2007-12-161-1/+4
* Disable singnedness warnings with newer gcc.grischka2007-12-131-0/+1
* Import 409,410: ARM EABI by Daniel Glöcknergrischka2007-12-041-1/+1
* Import more changesets from Rob Landley's fork (part 2)grischka2007-11-211-3/+10
* typosbellard2006-10-281-2/+2
* use CFLAGS from configurebellard2005-09-031-1/+1
* win32 fixbellard2005-06-171-15/+18
* cannot change dir layout yetbellard2005-04-151-2/+2