summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-02-13build: add a sanitizer debug optionMike Frysinger2-0/+15
2015-10-12build system: remove special-casing for extra libsDenys Vlasenko2-22/+11
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko5-2/+81
2015-09-04Makefile.flags: survive a build system which has no pthreadDenys Vlasenko1-1/+6
2015-08-17Makefile: add missing libraries to LDLIBSBartosz Golaszewski1-9/+9
2015-04-14build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGSDenys Vlasenko2-1/+3
2013-11-24build: ignore selibs pkgconfig on android buildsTanguy Pruvot1-0/+2
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2012-10-20build system: use pkg-config to look up selinux libsMike Frysinger2-1/+12
2012-09-04build system: stop .eh_frame generationDenys Vlasenko1-0/+3
2012-08-04disable format security warningsMike Frysinger1-0/+1
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-20fix build breakage with gcc 4.2.1Denys Vlasenko1-1/+4
2012-03-11build system: remove bogus $(1) in last commitDenys Vlasenko1-1/+1
2012-03-10build system: detect missing crypt and drop it from linkingDenys Vlasenko1-7/+8
2012-03-07build system: fix broken CONFIG_SYSROOT handlingDenys Vlasenko1-1/+3
2012-03-07Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker3-0/+1058
2011-12-05Fix link failure on some platforms when PAM is enabledTristan Schmelcher1-1/+8
2011-09-09Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko3-1/+1001
2011-05-02Compile options: default to -O2 when -Os is not availableWolfgang Denk1-2/+2
2010-11-16allow SKIP_STRIP to be set in the envMike Frysinger1-1/+1
2010-02-04diff: more compiler compat fixes. no code changesDan Fandrich2-8/+10
2009-08-22preliminary work for gcc 4.4.0Denys Vlasenko1-0/+9
2009-03-12the -elf2flt flag can be used w/out -Wl, so drop the requirement so people ca...Mike Frysinger1-3/+3
2009-02-18- add flash_eraseallBernhard Reutner-Fischer6-0/+207
2009-01-22- add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer2-0/+11
2008-08-05- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?Bernhard Reutner-Fischer1-1/+2
2008-06-12Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)Denis Vlasenko2-15/+21
2008-06-06Build system: track -Wl,-elf2flt in CFLAGS_busybox too.Denis Vlasenko2-2/+10
2008-06-04remove -fno-jump-tables - after stripping it proved to be worseDenis Vlasenko1-4/+0
2008-06-04build system: add PIE build optionDenis Vlasenko5-10/+32
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko14-35/+34
2008-05-15Add more -W options to gcc.Denis Vlasenko1-14/+3
2008-05-08build system: do not rebuild entire tree if it is movedDenis Vlasenko1-1/+1
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-12-24defconfig: updateDenis Vlasenko4-9/+15
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-11add -fpic to CC flags when we build libbusybox (14% smaller .so)Denis Vlasenko1-0/+6
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko5-61/+76
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko2-21/+20
2007-08-21login: optional support for PAMDenis Vlasenko3-10/+71
2007-07-17Modify method of linking against libs. Now we fisrt try allDenis Vlasenko2-11/+54
2007-06-21random shrinkage of statics, -60 bytes savedDenis Vlasenko6-18/+24
2007-06-21since we removed the deprecated matches() now and thus not alot of warnings a...Bernhard Reutner-Fischer1-0/+3
2007-06-19punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger3-4/+12
2007-06-10moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko8-151/+181
2007-04-05set default FLTFLAGS for a fatty stackMike Frysinger2-1/+5
2007-03-30introduce the concept of LDLIBS for additional libraries so that when we do t...Mike Frysinger2-4/+7
[next]