aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2021-07-04configure: remove bashism, change shebang to shEthan Sommer
2020-04-06Integrate cross compile support into mkroot, ala "make root CROSS=sh4"Rob Landley
2019-09-20ASAN=1 implies NOSTRIP=1, and don't say strip failed for NOSTRIP.Rob Landley
2019-08-27Add ASAN=1 to the build, in a slightly different way than Elliott suggested.Rob Landley
2018-11-30macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections.Elliott Hughes
2018-08-03configure: fix typoFrancesco Valla
2018-06-03call strip as $STRIPFrancesco Valla
2018-02-04People keep running ./configure, so have it do a defconfig for them.Rob Landley
2017-01-04Implicit function declarations are an error, not a warning.Rob Landley
2016-02-10Wean scripts/install.c off toys.h so cross compiling less brittle.Rob Landley
2015-11-02Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endianRob Landley
2015-10-05Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.)Rob Landley
2015-09-17Fix a couple things gcc is too dumb to figure out on its own.Rob Landley
2015-05-09Probe for -Wno-string-plus-int.Rob Landley
2015-03-27Flag to make llvm shut up about a broken warning.Rob Landley
2015-03-06Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail.Rob Landley
2015-02-28Add LDFLAGS and STRIP=no support.Rob Landley
2014-08-30Old compilers complain about linker options passed with -c, so split out $LDO...Rob Landley
2013-08-13Add a new optimization flag at the suggestion of the musl guys telling gcc no...Rob Landley
2013-01-13Revert some debug code accidentally checked in at commit 715.Rob Landley
2012-11-23Add expand command as described in POSIX-2008.Jonathan Clairembault
2012-06-18Replace CCFLAGS with description of how to add flags to HOSTCC.Rob Landley
2012-03-03Fix from Georgi Chorbadzhiyski to make cross compiling more robust.0.2.1Rob Landley
2009-08-06Unconditionally add the $CROSS_COMPILE prefix to $CC, even if it's already set.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley