vi: fixes to string search in colon commands, closes 10321
[oweals/busybox.git] / Makefile.flags
2019-10-25 Denys VlasenkoMakefile.flags: suppress some clang-9 warnings
2019-10-24 Denys VlasenkoRemove syscall wrappers around clock_gettime, closes...
2018-04-16 Denys Vlasenkobuild system: FEATURE_NSLOOKUP_BIG needs -lresolv
2017-07-04 Denys VlasenkoChange BB_EXTRA_VERSION: now it needs to contain any...
2016-02-13 Mike Frysingerbuild: add a sanitizer debug option
2015-10-12 Denys Vlasenkobuild system: remove special-casing for extra libs
2015-10-07 Denys Vlasenkobuild system: -fno-builtin-printf
2015-10-05 Denys VlasenkoAboriginal linux/musl build fixes
2015-09-04 Denys VlasenkoMakefile.flags: survive a build system which has no...
2015-08-17 Bartosz GolaszewskiMakefile: add missing libraries to LDLIBS
2015-04-14 Denys Vlasenkobuild system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS...
2012-10-20 Mike Frysingerbuild system: use pkg-config to look up selinux libs
2012-09-04 Denys Vlasenkobuild system: stop .eh_frame generation
2012-08-04 Mike Frysingerdisable format security warnings
2012-04-20 Denys Vlasenkofix build breakage with gcc 4.2.1
2012-03-11 Denys Vlasenkobuild system: remove bogus $(1) in last commit
2012-03-10 Denys Vlasenkobuild system: detect missing crypt and drop it from...
2012-03-07 Denys Vlasenkobuild system: fix broken CONFIG_SYSROOT handling
2012-03-07 Rob WalkerAdd SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample...
2011-12-05 Tristan SchmelcherFix link failure on some platforms when PAM is enabled
2011-09-09 Denys VlasenkoAndroid build fixes and alternate (hopefully simpler...
2011-05-02 Wolfgang DenkCompile options: default to -O2 when -Os is not available
2010-11-16 Mike Frysingerallow SKIP_STRIP to be set in the env
2010-02-04 Dan Fandrichdiff: more compiler compat fixes. no code changes
2009-08-22 Denys Vlasenkopreliminary work for gcc 4.4.0
2009-03-12 Mike Frysingerthe -elf2flt flag can be used w/out -Wl, so drop the...
2009-02-18 Bernhard Reutner... - add flash_eraseall
2009-01-22 Bernhard Reutner... - add CONFIG_EXTRA_CFLAGS (thanks to keesj)
2008-08-05 Bernhard Reutner... - reinstate commented out _FORTIFY_SOURCE that was...
2008-06-12 Denis VlasenkoReinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)
2008-06-06 Denis VlasenkoBuild system: track -Wl,-elf2flt in CFLAGS_busybox...
2008-06-04 Denis Vlasenkoremove -fno-jump-tables - after stripping it proved...
2008-06-04 Denis Vlasenkobuild system: add PIE build option
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-15 Denis VlasenkoAdd more -W options to gcc.
2008-05-08 Denis Vlasenkobuild system: do not rebuild entire tree if it is moved
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-12-24 Denis Vlasenkodefconfig: update
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-11 Denis Vlasenkoadd -fpic to CC flags when we build libbusybox (14...
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 3
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 2
2007-08-21 Denis Vlasenkologin: optional support for PAM
2007-07-17 Denis VlasenkoModify method of linking against libs. Now we fisrt...
2007-06-21 Denis Vlasenkorandom shrinkage of statics, -60 bytes saved
2007-06-21 Bernhard Reutner... since we removed the deprecated matches() now and thus...
2007-06-19 Mike Frysingerpunt %.bflt target in favor of proper LDFLAGS=-Wl,...
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-04-05 Mike Frysingerset default FLTFLAGS for a fatty stack
2007-03-30 Mike Frysingerintroduce the concept of LDLIBS for additional librarie...
2007-03-28 Bernhard Reutner... - reinstate dmalloc and efence support
2007-02-06 Denis Vlasenkonew applets: selinux utils by KaiGai Kohei <kaigai...
2007-02-01 Denis Vlasenkoadd -Wwrite-strings to Makefile
2007-01-29 Denis Vlasenkodisable -Wold-style-definition for gcc 3.x
2007-01-27 Denis Vlasenkomake it possible to build bbox without warnings again.
2007-01-27 Denis VlasenkoMake -Werror configurable
2007-01-23 Bernhard Reutner... - call cc-option to check if the compiler supports...
2007-01-22 Bernhard Reutner... - add more strict prototype checking to catch wrong...
2007-01-08 Bernhard Reutner... - guess we need dl too
2007-01-08 Bernhard Reutner... - set LD to ld
2006-12-13 Bernhard Reutner... - honor CONFIG_DEBUG
2006-12-06 Bernhard Reutner... - better distinction between CFLAGS and CPPFLAGS.
2006-11-26 Denis Vlasenkoadded gcc flag which is needed for ULLONG_MAX to appear
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-10-20 Bernhard Reutner... - remove duplicate flags (-funsigned-char -fno-builtin...
2006-10-11 Denis Vlasenkonmeter: new applet. ~4k
2006-10-09 Denis Vlasenkobuild system: fix for non-i386 builds
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-05 Denis Vlasenkobuild system overhaul