summaryrefslogtreecommitdiff
path: root/Makefile.flags
Commit message (Expand)AuthorAgeFilesLines
* build system: use pkg-config to look up selinux libsMike Frysinger2012-10-201-1/+11
* build system: stop .eh_frame generationDenys Vlasenko2012-09-041-0/+3
* disable format security warningsMike Frysinger2012-08-041-0/+1
* fix build breakage with gcc 4.2.1Denys Vlasenko2012-04-201-1/+4
* build system: remove bogus $(1) in last commitDenys Vlasenko2012-03-111-1/+1
* build system: detect missing crypt and drop it from linkingDenys Vlasenko2012-03-101-7/+8
* build system: fix broken CONFIG_SYSROOT handlingDenys Vlasenko2012-03-081-1/+3
* Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker2012-03-071-0/+15
* Fix link failure on some platforms when PAM is enabledTristan Schmelcher2011-12-051-1/+8
* Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko2011-09-091-0/+5
* Compile options: default to -O2 when -Os is not availableWolfgang Denk2011-05-021-2/+2
* allow SKIP_STRIP to be set in the envMike Frysinger2010-11-161-1/+1
* diff: more compiler compat fixes. no code changesDan Fandrich2010-02-041-0/+1
* preliminary work for gcc 4.4.0Denys Vlasenko2009-08-221-0/+9
* the -elf2flt flag can be used w/out -Wl, so drop the requirement so people ca...Mike Frysinger2009-03-121-3/+3
* - add flash_eraseallBernhard Reutner-Fischer2009-02-181-0/+1
* - add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer2009-01-221-0/+5
* - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?Bernhard Reutner-Fischer2008-08-051-1/+2
* Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)Denis Vlasenko2008-06-121-3/+10
* Build system: track -Wl,-elf2flt in CFLAGS_busybox too.Denis Vlasenko2008-06-061-2/+7
* remove -fno-jump-tables - after stripping it proved to be worseDenis Vlasenko2008-06-041-4/+0
* build system: add PIE build optionDenis Vlasenko2008-06-041-4/+16
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-3/+7
* Add more -W options to gcc.Denis Vlasenko2008-05-151-14/+3
* build system: do not rebuild entire tree if it is movedDenis Vlasenko2008-05-081-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-0/+1
* defconfig: updateDenis Vlasenko2007-12-241-1/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+4
* add -fpic to CC flags when we build libbusybox (14% smaller .so)Denis Vlasenko2007-10-111-0/+6
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko2007-10-071-1/+2
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko2007-10-071-8/+5
* login: optional support for PAMDenis Vlasenko2007-08-211-3/+5
* Modify method of linking against libs. Now we fisrt try allDenis Vlasenko2007-07-171-3/+10
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-2/+2
* since we removed the deprecated matches() now and thus not alot of warnings a...Bernhard Reutner-Fischer2007-06-211-0/+3
* punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger2007-06-191-1/+8
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-0/+1
* set default FLTFLAGS for a fatty stackMike Frysinger2007-04-051-0/+3
* introduce the concept of LDLIBS for additional libraries so that when we do t...Mike Frysinger2007-03-301-3/+3
* - reinstate dmalloc and efence supportBernhard Reutner-Fischer2007-03-281-0/+9
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko2007-02-061-0/+4
* add -Wwrite-strings to MakefileDenis Vlasenko2007-02-011-4/+4
* disable -Wold-style-definition for gcc 3.xDenis Vlasenko2007-01-291-1/+7
* make it possible to build bbox without warnings again.Denis Vlasenko2007-01-271-4/+14
* Make -Werror configurableDenis Vlasenko2007-01-271-2/+7
* - call cc-option to check if the compiler supports the flags we asked to useBernhard Reutner-Fischer2007-01-231-11/+10
* - add more strict prototype checking to catch wrong and broken code (like nes...Bernhard Reutner-Fischer2007-01-221-1/+7
* - guess we need dl tooBernhard Reutner-Fischer2007-01-081-1/+1
* - set LD to ldBernhard Reutner-Fischer2007-01-081-1/+4
* - honor CONFIG_DEBUGBernhard Reutner-Fischer2006-12-131-0/+6