summaryrefslogtreecommitdiff
path: root/Makefile.flags
Commit message (Expand)AuthorAgeFilesLines
* build system: Make it possible to build with 64bit time_tUwe Kleine-König2023-05-071-0/+1
* Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)Denys Vlasenko2023-01-021-0/+3
* Fix non-Linux buildsSamuel Thibault2022-11-291-1/+1
* kbuild: Prefer -Oz over -OsBernhard Reutner-Fischer2022-04-241-2/+2
* Makefile.flags: use all cflags for crypt and rt checksMartin Kaiser2021-12-121-2/+2
* Makefile.flags: add a test for -lrt availabilityDenys Vlasenko2021-04-141-5/+8
* trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko2021-02-231-5/+0
* Makefile.flags: fix the OS detection for libresolvMartin Kaiser2021-02-071-1/+1
* Do not add -lresolv on non-Linux systemsAlex Samorukov2021-01-041-0/+2
* build system: make -static-libgcc selectable in configDenys Vlasenko2020-12-161-1/+2
* Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath2020-06-101-0/+2
* build system: remove KBUILD_STR()Jean-Philippe Brucker2020-04-291-1/+1
* Makefile.flags: suppress some clang-9 warningsDenys Vlasenko2019-10-251-3/+22
* Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-241-2/+4
* build system: FEATURE_NSLOOKUP_BIG needs -lresolvDenys Vlasenko2018-04-161-0/+4
* Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesisDenys Vlasenko2017-07-041-1/+1
* build: add a sanitizer debug optionMike Frysinger2016-02-121-0/+5
* build system: remove special-casing for extra libsDenys Vlasenko2015-10-121-14/+11
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-0/+3
* Aboriginal linux/musl build fixesDenys Vlasenko2015-10-051-0/+2
* Makefile.flags: survive a build system which has no pthreadDenys Vlasenko2015-09-041-1/+6
* Makefile: add missing libraries to LDLIBSBartosz Golaszewski2015-08-171-9/+9
* build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGSDenys Vlasenko2015-04-141-1/+1
* 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