aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* configure: add switches to set search pathsgrischka2011-08-061-6/+35
* Revert "Add a --multiarch-triplet switch to configure"Thomas Preud'homme2011-08-031-124/+35
* Add a --multiarch-triplet switch to configureThomas Preud'homme2011-08-021-35/+124
* allow defining sysroot at compile-timeJoe Soroka2011-07-111-0/+2
* Remove useless changes from 31ca000d in configureThomas Preud'homme2011-07-071-31/+15
* Fix commit 31ca000dThomas Preud'homme2011-07-051-3/+7
* Add multiarch dirs to linker search pathThomas Preud'homme2011-07-051-15/+27
* Default to create progs with symbols (incl. debug)Thomas Preud'homme2011-06-171-1/+7
* Support scratchbox, Nokia N900 and qemu arm archsThomas Preud'homme2011-05-161-1/+1
* configure: --sharedir defaults to /usr/local/shareHenry Kroll III2010-12-231-2/+2
* configure: --sharedir documentation rootHenry Kroll III2010-12-221-25/+41
* configure: add --disable-rpath option (Fedora)Henry Kroll III2010-12-201-0/+6
* configure: improvements to option --tccdirHenry Kroll III2010-12-201-5/+8
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-041-0/+2
* make cross compilers an expert option in configure --helpHenry Kroll III2010-12-021-2/+3
* Add --enable-cygwin option to build on windows with cygwin+mingw32Henry Kroll III2010-12-021-1/+11
* split cross libtcc1.a to separate directoriesHenry Kroll III2010-12-021-3/+6
* configure: allow changing installation directoryHenry Kroll III2010-11-281-0/+3
* info doc: fix --infodir to respect DESTDIR for 'make install'Sergei Trofimovich2010-09-211-1/+1
* Add info file creation into tcc build processThomas Preud'homme2010-09-101-0/+9
* Add support for GNU/HurdThomas Preud'homme2010-09-101-1/+1
* Revert "Use mktemp to generate temp files."Thomas Preud'homme2010-06-231-1/+2
* Use mktemp to generate temp files.Thomas Preud'homme2010-06-221-2/+1