aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* configure: --triplet= option, Makefile: cleanupgrischka2016-10-171-38/+28
* OpenBSD does not support -v option in rm command.Christian Jullien2016-10-151-2/+2
* build: strip: unify win32 and use the configured $STRIPAvi Halachmi (:avih)2016-10-101-2/+4
* build: out-of-tree: fix docsAvi Halachmi (:avih)2016-10-101-1/+1
* Misc. fixesgrischka2016-10-051-8/+7
* configure: fix tcc_lddir, cpugrischka2016-10-031-1/+1
* win32/64: msys2 supportgrischka2016-10-021-15/+12
* Fix building man pages.orbea2016-10-011-1/+1
* tcc -E: add one space in cases: tiny solutiongrischka2016-10-011-1/+1
* build: restore out-of-tree supportgrischka2016-10-011-14/+15
* build: revert Makefiles to 0.9.26 state (mostly)grischka2016-10-011-212/+130
* Use etags to produce target TAGS.Jean-Claude Beaudoin2016-09-291-1/+1
* More properly propagate ONE_SOURCE.Jean-Claude Beaudoin2016-09-271-1/+8
* fix a mingw64 build on Linux with --enable-tcc64-mingwseyko2016-05-201-1/+8
* make and install tiny_libmaker on all platformsseyko2016-05-201-4/+2
* Fixed a dependency (error with make -j8).Vincent Lefevre2015-12-151-1/+1
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-5/+418
* Fix Makefile.gus knight2015-07-291-2/+2
* Add a root Makefile for running targets in subdirectories.gus knight2015-07-291-0/+8
* Reorganize the source tree.gus knight2015-07-271-421/+0
* fix installation amd bcheck for Windowsseyko2015-04-101-9/+7
* Fix to accommodate missing i386/bcheck.o during install on Mac OS XRaphael Cohn2015-04-071-1/+1
* Fix to test for HOST_OS not TARGETOSRaphael Cohn2015-04-071-1/+1
* Fixing bug for Linux x86_64 introduced in previous macosx commitRaphael Cohn2015-04-071-2/+2
* Adjusted configure host_os to use uname for DarwinRaphael Cohn2015-04-071-1/+10
* fix: enforce bcheck.o linking when -b option is usedseyko2015-03-261-0/+6
* quick fix for the native tcc on debian/ubuntuseyko2015-03-221-1/+1
* correction for the previous commitseyko2015-03-201-2/+2
* libtcc1.a while "configure --enable-cross"seyko2015-03-201-6/+9
* "configure --enable-cross" on x86: build a libtcc1.a for x86_64seyko2015-03-191-1/+1
* A native tcc for MSYS (Windows) must be i386-win-tcc.exe and not i386-tcc.exeseyko2015-03-101-0/+13
* Makefile: install tcc$(EXESUF) as symlink to the $(ARCH)-tccseyko2015-03-061-4/+2
* Makefile: add dependencies for $($(I386_CROSS)_LINK), ...seyko2015-03-061-8/+7
* Makefile leftover of rev 44c6e99Roy2015-03-061-2/+2
* Add a dependency for a PROGS and TCCLIBS to a Makefileseyko2015-03-051-0/+2
* Fix compiling in MinGW/MSYSRoy2015-03-051-2/+2
* gcc options and mingw: move a gcc options detection from a makefile to the co...seyko2015-03-041-13/+1
* install-clean-tuningseyko2015-03-041-16/+26
* an unification of the tcc cross names for a windowsseyko2015-03-041-16/+16
* reverse a commit a6149c6dbb41: Set CONFIG_MULTIARCHDIR for cross compilers.seyko2015-03-041-4/+4
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-5/+15
* Set CONFIG_MULTIARCHDIR for cross compilers.Reimar Döffinger2015-01-181-4/+4
* Build also WinCE cross compiler when cross compilers enabled.Reimar Döffinger2015-01-181-5/+5
* Makefile: Add rules to create tags and TAGS.Lee Duhem2014-11-281-2/+9
* Accept CPPFLAGS from the environmentMatteo Cypriani2014-09-071-1/+1
* Always link libtcc1.a in (useful for va_* on x86)Thomas Preud'homme2014-03-251-4/+0
* Ordinary and implicit rules cannot be mixed in the same string in MakefileIavael2014-01-231-1/+1
* tcctest: add back testXb (self compile with -b)grischka2014-01-211-2/+2
* Various Makefile fixes for cross-compilationThomas Preud'homme2014-01-091-4/+5
* Use GNU triplet prefix for cross tcc compilersThomas Preud'homme2014-01-081-10/+24