aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicit that EABI only supports VFP for nowThomas Preud'homme2014-01-071-1/+1
* fixed permissions for install on UnixVincent Lefevre2014-01-071-3/+3
* misc. fixesgrischka2014-01-061-3/+0
* Provide install-strip target in MakefileThomas Preud'homme2014-01-041-0/+3
* Add __clear_cache implementation in libtcc1Thomas Preud'homme2013-11-051-1/+2
* Improve texi2html -> makeinfo conversionThomas Preud'homme2013-05-291-1/+1
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-251-6/+7
* Tests in abitest.c now work on Win32.James Lyon2013-04-181-2/+16
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-0/+2
* Fixed out of tree build problem on Windows.James Lyon2013-04-171-7/+7
* add version number to manpageUrs Janssen2013-02-171-2/+2