aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Wean scripts/install.c off toys.h so cross compiling less brittle.Rob Landley2016-02-101-1/+0
* Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endianRob Landley2015-11-021-0/+1
* Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.)Rob Landley2015-10-051-1/+4
* Fix a couple things gcc is too dumb to figure out on its own.Rob Landley2015-09-171-1/+1
* Probe for -Wno-string-plus-int.Rob Landley2015-05-091-1/+1
* Flag to make llvm shut up about a broken warning.Rob Landley2015-03-271-1/+1
* Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail.Rob Landley2015-03-061-1/+0
* Add LDFLAGS and STRIP=no support.Rob Landley2015-02-281-3/+9
* Old compilers complain about linker options passed with -c, so split out $LDO...Rob Landley2014-08-301-1/+2
* Add a new optimization flag at the suggestion of the musl guys telling gcc no...Rob Landley2013-08-131-1/+1
* Revert some debug code accidentally checked in at commit 715.Rob Landley2013-01-131-2/+2
* Add expand command as described in POSIX-2008.Jonathan Clairembault2012-11-231-2/+2
* Replace CCFLAGS with description of how to add flags to HOSTCC.Rob Landley2012-06-181-1/+4
* Fix from Georgi Chorbadzhiyski to make cross compiling more robust.Rob Landley2012-03-031-3/+2
* Unconditionally add the $CROSS_COMPILE prefix to $CC, even if it's already set.Rob Landley2009-08-061-1/+2
* Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley2008-01-191-0/+13