aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
AgeCommit message (Expand)Author
2011-09-09Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko
2011-05-02Compile options: default to -O2 when -Os is not availableWolfgang Denk
2010-11-16allow SKIP_STRIP to be set in the envMike Frysinger
2010-02-04diff: more compiler compat fixes. no code changesDan Fandrich
2009-08-22preliminary work for gcc 4.4.0Denys Vlasenko
2009-03-12the -elf2flt flag can be used w/out -Wl, so drop the requirement so people ca...Mike Frysinger
2009-02-18- add flash_eraseallBernhard Reutner-Fischer
2009-01-22- add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer
2008-08-05- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?Bernhard Reutner-Fischer
2008-06-12Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)Denis Vlasenko
2008-06-06Build system: track -Wl,-elf2flt in CFLAGS_busybox too.Denis Vlasenko
2008-06-04remove -fno-jump-tables - after stripping it proved to be worseDenis Vlasenko
2008-06-04build system: add PIE build optionDenis Vlasenko
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-05-15Add more -W options to gcc.Denis Vlasenko
2008-05-08build system: do not rebuild entire tree if it is movedDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-12-24defconfig: updateDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-11add -fpic to CC flags when we build libbusybox (14% smaller .so)Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko
2007-08-21login: optional support for PAMDenis Vlasenko
2007-07-17Modify method of linking against libs. Now we fisrt try allDenis Vlasenko
2007-06-21random shrinkage of statics, -60 bytes savedDenis Vlasenko
2007-06-21since we removed the deprecated matches() now and thus not alot of warnings a...Bernhard Reutner-Fischer
2007-06-19punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger
2007-06-10moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko
2007-04-05set default FLTFLAGS for a fatty stackMike Frysinger
2007-03-30introduce the concept of LDLIBS for additional libraries so that when we do t...Mike Frysinger
2007-03-28- reinstate dmalloc and efence supportBernhard Reutner-Fischer
2007-02-06new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko
2007-02-01add -Wwrite-strings to MakefileDenis Vlasenko
2007-01-29disable -Wold-style-definition for gcc 3.xDenis Vlasenko
2007-01-27make it possible to build bbox without warnings again.Denis Vlasenko
2007-01-27Make -Werror configurableDenis Vlasenko
2007-01-23- call cc-option to check if the compiler supports the flags we asked to useBernhard Reutner-Fischer
2007-01-22- add more strict prototype checking to catch wrong and broken code (like nes...Bernhard Reutner-Fischer
2007-01-08- guess we need dl tooBernhard Reutner-Fischer
2007-01-08- set LD to ldBernhard Reutner-Fischer
2006-12-13- honor CONFIG_DEBUGBernhard Reutner-Fischer
2006-12-06- better distinction between CFLAGS and CPPFLAGS.Bernhard Reutner-Fischer
2006-11-26added gcc flag which is needed for ULLONG_MAX to appearDenis Vlasenko
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko
2006-10-20- remove duplicate flags (-funsigned-char -fno-builtin-strlen)Bernhard Reutner-Fischer
2006-10-11nmeter: new applet. ~4kDenis Vlasenko
2006-10-09build system: fix for non-i386 buildsDenis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko