aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
AgeCommit message (Expand)Author
2021-02-23trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko
2021-02-07Makefile.flags: fix the OS detection for libresolvMartin Kaiser
2021-01-04Do not add -lresolv on non-Linux systemsAlex Samorukov
2020-12-16build system: make -static-libgcc selectable in configDenys Vlasenko
2020-06-10Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath
2020-04-29build system: remove KBUILD_STR()Jean-Philippe Brucker
2019-10-25Makefile.flags: suppress some clang-9 warningsDenys Vlasenko
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko
2018-04-16build system: FEATURE_NSLOOKUP_BIG needs -lresolvDenys Vlasenko
2017-07-04Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesisDenys Vlasenko
2016-02-12build: add a sanitizer debug optionMike Frysinger
2015-10-12build system: remove special-casing for extra libsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko
2015-09-04Makefile.flags: survive a build system which has no pthreadDenys Vlasenko
2015-08-17Makefile: add missing libraries to LDLIBSBartosz Golaszewski
2015-04-14build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGSDenys Vlasenko
2012-10-20build system: use pkg-config to look up selinux libsMike Frysinger
2012-09-04build system: stop .eh_frame generationDenys Vlasenko
2012-08-04disable format security warningsMike Frysinger
2012-04-20fix build breakage with gcc 4.2.1Denys Vlasenko
2012-03-11build system: remove bogus $(1) in last commitDenys Vlasenko
2012-03-10build system: detect missing crypt and drop it from linkingDenys Vlasenko
2012-03-08build system: fix broken CONFIG_SYSROOT handlingDenys Vlasenko
2012-03-07Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker
2011-12-05Fix link failure on some platforms when PAM is enabledTristan Schmelcher
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