summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-12trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS XDenys Vlasenko1-2/+2
2016-06-20scripts/trylink: libbusybox fixDenys Vlasenko1-1/+1
2016-04-22scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko1-0/+10
2016-04-03trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBSDenys Vlasenko1-0/+2
2015-12-01trylink: include LDFLAGS when checking linkageMike Frysinger1-1/+1
2015-10-20typo fixDenys Vlasenko1-1/+1
2015-10-20scripts/trylink: remove $CPPFLAGSDenys Vlasenko1-3/+3
2015-10-20scripts/trylink: fix bit-rotted linker option verificationDenys Vlasenko1-24/+35
2015-03-16trylink: respect compiler settings when probing featuresMike Frysinger1-2/+2
2015-03-16trylink: use mktemp instead of hardcoding pathsMike Frysinger1-4/+4
2014-05-03trylink: emit names of linked executablesDenys Vlasenko1-0/+2
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko5-39/+35
2013-09-28trylink: only prefix libs with -lMike Frysinger1-3/+3
2011-05-08pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabledSteve Iribarne1-0/+1
2010-06-19cosmetics on top of Dan's patchesDenys Vlasenko3-6/+3
2010-06-19Define GNU-specific link options in one placeDan Fandrich1-21/+18
2010-05-21trylink: gold may not support --sort-common (yet)Bernhard Reutner-Fischer1-7/+10
2009-06-26trylink: don't use ld --gc-sections if ld doesn't support itDenys Vlasenko1-0/+5
2008-10-23- give glob a chanceBernhard Reutner-Fischer1-3/+2
2008-08-26trylink: make messages less confusingDenis Vlasenko1-2/+2
2008-06-14hush: add support for ':'; create testsuite entriesDenis Vlasenko11-25/+47
2008-05-09- pass flags to ld in one argumentBernhard Reutner-Fischer1-5/+5
2008-04-30trylink: fix glibc check; make --sort-section option look less uglyDenis Vlasenko1-10/+10
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko3-34/+42
2008-02-14build system: pass CFLAGS to link stage too (closes bug 1376)Denis Vlasenko2-11/+13
2008-02-13build system: don't use -o /dev/null, old gcc can delete /dev/null!Denis Vlasenko1-4/+8
2007-12-28trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko3-25/+45
2007-11-18make output a little more friendlyMike Frysinger1-3/+3
2007-11-13trylink: accomodate older versions of ldDenis Vlasenko1-7/+18
2007-10-11fix a problem with two different applet_name'sDenis Vlasenko3-7/+6
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko4-548/+566
2007-10-10trylink: s/strip/$STRIP/gDenis Vlasenko1-3/+3
2007-10-09trylink: trivial cleanupDenis Vlasenko1-2/+2
2007-10-09trylink: reformat link flags for readabilityDenis Vlasenko1-25/+89
2007-10-09trylink: remove useless redirects, add missing error checksDenis Vlasenko1-4/+9
2007-10-09trylink: trivial fixesDenis Vlasenko1-8/+4
2007-10-08make "individual applets" build less noisy.Denis Vlasenko2-4/+4
2007-10-07make --help work for "individual applets" too.Denis Vlasenko3-8/+5
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko6-153/+25
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko3-15/+109
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-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 1Denis Vlasenko2-21/+88
2007-09-03trylink: reinstate accidentally deleted --verboseDenis Vlasenko1-34/+17
2007-09-02- Generally strip off -l that does not pull in a lib.Bernhard Reutner-Fischer1-15/+11
2007-09-02- fix bug where we linked again -lm even though it is not needed.Bernhard Reutner-Fischer1-2/+11
2007-08-24Update defconfig; fix commentsDenis Vlasenko3-10/+21
2007-08-14trylink: automatically use custom link script if user provides oneDenis Vlasenko8-46/+31
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
[next]