aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2022-09-14Move -Wno-string-plus-int to portability.sh and have it only apply to clang.Rob Landley
2022-07-01Prevent configure from appending to $CFLAGS twice when it gets read twice.Rob Landley
2022-05-16Move the mac-only option into the mac-only section.Rob Landley
2022-05-16macOS: silence the "vfork() is deprecated" warning spam.Elliott Hughes
2022-05-15Clean up build plumbing.Rob Landley
2022-04-25Remove duplicate argument.Rob Landley
2022-04-12Move arch-specific dead code elimination setup into scripts/portability.shRob Landley
2022-04-12Collate ASAN setup, move generated/instlist into generated/unstripped,Rob Landley
2022-03-22use $GENDIR variable for (some) generated/ references, and moveRob Landley
2022-03-04Move UNSTRIPPED to configure, merge LDASNEEDED into LDFLAGSRob Landley
2022-03-03Move config variables to configure.Rob Landley
2022-02-12Move -Wno-string-plus-int to configure instead of probing for it.Rob Landley
2022-01-10Fix Darwin build.Elliott Hughes
2021-12-26When building with -funsigned-char, warning about passing a "char *" to anRob Landley
2021-10-19Glibc is so fragile stripping .gnu.version breaks regexec(REG_STARTEND)Rob Landley
2021-10-06Strip slightly harder.Rob Landley
2021-10-01Use -dead_strip for --gc-sections on macOS.Elliott Hughes
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.Rob 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