aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing spaces everywhere.gus knight2015-07-271-1/+1
* restore "./configure --enable-tcc32-mingw" on linuxseyko2015-05-101-0/+6
* tccpp: fix issues, add testsgrischka2015-05-091-6/+0
* warn about declarations after statements when compiling with gcc.Philip2015-04-271-0/+5
* fix installation amd bcheck for Windowsseyko2015-04-101-5/+10
* Adjusted configure host_os to use uname for DarwinRaphael Cohn2015-04-071-1/+1
* Adjusted configure to be more BSD friendlyRaphael Cohn2015-04-071-1/+1
* configure: don't output CONFIG_LDDIR when build_cross = "yes"seyko2015-03-211-0/+2
* A native tcc for MSYS (Windows) must be i386-win-tcc.exe and not i386-tcc.exeseyko2015-03-101-1/+4
* --enable-tcc32-mingw option: build windows version on linux with i386-win-tccseyko2015-03-041-1/+9
* gcc options and mingw: move a gcc options detection from a makefile to the co...seyko2015-03-041-2/+16
* a libraries pathsseyko2015-03-041-7/+21
* a cpu option of the configure script as a method to specify a target cpuseyko2015-03-041-29/+27
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-0/+6
* Make build CPU detection a tad more flexibleThomas Preud'homme2014-04-121-50/+59
* build: add initial NetBSD support.minux2014-04-121-0/+1
* be stricter with aliasinggrischka2014-01-071-0/+0
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-1/+1
* Use libtcc.a for static link even with USE_LIBGCCThomas Preud'homme2014-01-031-1/+1
* Fix lib, include, crt and libgcc search pathsThomas Preud'homme2013-09-071-1/+1
* Improved variable length array support.James Lyon2013-04-271-0/+7
* Fix configure script on FreeBSDThomas Preud'homme2013-03-141-1/+2
* configure: detect ARM variantsgrischka2013-02-141-0/+18
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-141-32/+16
* Add missing heading slash to detect /lib64 systemsThomas Preud'homme2013-02-141-1/+1
* Another attempt to "detect" multiarchThomas Preud'homme2013-02-141-8/+14
* configure: cleanupgrischka2013-02-141-169/+197
* Create config-print program to test $ccThomas Preud'homme2013-02-131-46/+6
* Various fixes for f9ac2013Thomas Preud'homme2013-02-131-7/+3
* Detect multiarch triplet and lddir from ldd outputThomas Preud'homme2013-02-131-8/+8
* Fix previous commitThomas Preud'homme2013-02-131-1/+1
* Improve multiarch detectionThomas Preud'homme2013-02-131-0/+16
* Fix fn_dirname in configure scriptThomas Preud'homme2013-02-081-1/+1
* tests: cleanupgrischka2013-02-051-1/+1
* configure: use relative paths for in-tree buildgrischka2013-01-301-14/+15
* Fix out-of-tree build with relative path to rootThomas Preud'homme2013-01-141-2/+2
* configure: support absolete out-of-tree buildsAkim Demaille2012-12-211-3/+8
* configure: style changesAkim Demaille2012-12-211-11/+13
* configure: prefer here-documentsAkim Demaille2012-12-211-53/+53
* configure: style changesAkim Demaille2012-12-211-13/+7
* build: fix VPATH buildsAkim Demaille2012-12-181-11/+29
* Detect ARM CPU version in configureThomas Preud'homme2012-12-041-1/+16
* Add armv6l to ARM supported processorsThomas Preud'homme2012-11-111-1/+1
* Evaluate configure argumentsThomas Preud'homme2012-06-121-0/+1
* Only warn for unknown options in configure scriptThomas Preud'homme2012-05-281-1/+1
* Revert "Multiple fixes for 64 bit sections"Andrew Mulbrook2012-03-031-9/+3
* Multiple fixes for 64 bit sectionsmob2012-02-261-3/+9
* Patch attempting to build OSX TinyCC.Milutin Jovanovic2012-02-091-0/+2
* libtcc: minor adjustmentsgrischka2011-08-111-1/+3
* libtcc: support more than one crtprefixgrischka2011-08-061-1/+1