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