aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed pasto in in 108b2876; background for the additional $CC test is:Urs Janssen2013-02-151-1/+1
* - 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