aboutsummaryrefslogtreecommitdiff
path: root/scripts/trylink (follow)
Commit message (Expand)AuthorAgeFilesLines
* build system: actually detect lack of --warn-commonRon Yorston2024-01-211-1/+7
* build system: more clang/llvm tweaksRon Yorston2024-01-181-1/+1
* trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko2021-02-231-5/+12
* build system: remove KBUILD_STR()Jean-Philippe Brucker2020-04-291-3/+0
* scripts/trylink: be more clever when deciding that "lib elimination" has fini...Denys Vlasenko2018-11-191-12/+9
* build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusyboxDenys Vlasenko2017-07-151-6/+12
* remove "local" bashism from a few scriptsDenys Vlasenko2017-01-241-8/+6
* trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS XDenys Vlasenko2016-07-121-2/+2
* scripts/trylink: libbusybox fixDenys Vlasenko2016-06-201-1/+1
* scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko2016-04-221-0/+10
* trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBSDenys Vlasenko2016-04-031-0/+2
* trylink: include LDFLAGS when checking linkageMike Frysinger2015-12-011-1/+1
* typo fixDenys Vlasenko2015-10-201-1/+1
* scripts/trylink: remove $CPPFLAGSDenys Vlasenko2015-10-201-3/+3
* scripts/trylink: fix bit-rotted linker option verificationDenys Vlasenko2015-10-201-24/+35
* trylink: respect compiler settings when probing featuresMike Frysinger2015-03-161-2/+2
* trylink: use mktemp instead of hardcoding pathsMike Frysinger2015-03-161-4/+4
* trylink: emit names of linked executablesDenys Vlasenko2014-05-031-0/+2
* modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko2014-04-191-1/+1
* trylink: only prefix libs with -lMike Frysinger2013-09-281-3/+3
* pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabledSteve Iribarne2011-05-091-0/+1
* cosmetics on top of Dan's patchesDenys Vlasenko2010-06-191-1/+0
* Define GNU-specific link options in one placeDan Fandrich2010-06-191-21/+18
* trylink: gold may not support --sort-common (yet)Bernhard Reutner-Fischer2010-05-211-7/+10
* trylink: don't use ld --gc-sections if ld doesn't support itDenys Vlasenko2009-06-271-0/+5
* - give glob a chanceBernhard Reutner-Fischer2008-10-231-3/+2
* trylink: make messages less confusingDenis Vlasenko2008-08-261-2/+2
* hush: add support for ':'; create testsuite entriesDenis Vlasenko2008-06-141-5/+9
* - pass flags to ld in one argumentBernhard Reutner-Fischer2008-05-091-5/+5
* trylink: fix glibc check; make --sort-section option look less uglyDenis Vlasenko2008-04-301-10/+10
* *: fix build problems found with randomconfigDenis Vlasenko2008-03-211-1/+1
* build system: pass CFLAGS to link stage too (closes bug 1376)Denis Vlasenko2008-02-141-11/+12
* build system: don't use -o /dev/null, old gcc can delete /dev/null!Denis Vlasenko2008-02-131-4/+8
* trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko2007-12-281-9/+40
* make output a little more friendlyMike Frysinger2007-11-181-3/+3
* trylink: accomodate older versions of ldDenis Vlasenko2007-11-131-7/+18
* fix a problem with two different applet_name'sDenis Vlasenko2007-10-111-4/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-4/+4
* Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko2007-10-101-9/+8
* trylink: s/strip/$STRIP/gDenis Vlasenko2007-10-101-3/+3
* trylink: trivial cleanupDenis Vlasenko2007-10-091-2/+2
* trylink: reformat link flags for readabilityDenis Vlasenko2007-10-091-25/+89
* trylink: remove useless redirects, add missing error checksDenis Vlasenko2007-10-091-4/+9
* trylink: trivial fixesDenis Vlasenko2007-10-091-8/+4
* make "individual applets" build less noisy.Denis Vlasenko2007-10-081-3/+3
* make --help work for "individual applets" too.Denis Vlasenko2007-10-071-6/+3
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-071-30/+9
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko2007-10-071-1/+68
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko2007-10-071-19/+34
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko2007-10-071-13/+15