index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
trylink
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build system: actually detect lack of --warn-common
Ron Yorston
2024-01-21
1
-1
/
+7
*
build system: more clang/llvm tweaks
Ron Yorston
2024-01-18
1
-1
/
+1
*
trylink: do not drop libs from CONFIG_EXTRA_LDLIBS
Denys Vlasenko
2021-02-23
1
-5
/
+12
*
build system: remove KBUILD_STR()
Jean-Philippe Brucker
2020-04-29
1
-3
/
+0
*
scripts/trylink: be more clever when deciding that "lib elimination" has fini...
Denys Vlasenko
2018-11-19
1
-12
/
+9
*
build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox
Denys Vlasenko
2017-07-15
1
-6
/
+12
*
remove "local" bashism from a few scripts
Denys Vlasenko
2017-01-24
1
-8
/
+6
*
trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X
Denys Vlasenko
2016-07-12
1
-2
/
+2
*
scripts/trylink: libbusybox fix
Denys Vlasenko
2016-06-20
1
-1
/
+1
*
scripts/trylink: document DATA_SEGMENT_ALIGN() hack
Denys Vlasenko
2016-04-22
1
-0
/
+10
*
trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS
Denys Vlasenko
2016-04-03
1
-0
/
+2
*
trylink: include LDFLAGS when checking linkage
Mike Frysinger
2015-12-01
1
-1
/
+1
*
typo fix
Denys Vlasenko
2015-10-20
1
-1
/
+1
*
scripts/trylink: remove $CPPFLAGS
Denys Vlasenko
2015-10-20
1
-3
/
+3
*
scripts/trylink: fix bit-rotted linker option verification
Denys Vlasenko
2015-10-20
1
-24
/
+35
*
trylink: respect compiler settings when probing features
Mike Frysinger
2015-03-16
1
-2
/
+2
*
trylink: use mktemp instead of hardcoding paths
Mike Frysinger
2015-03-16
1
-4
/
+4
*
trylink: emit names of linked executables
Denys Vlasenko
2014-05-03
1
-0
/
+2
*
modprobe-small: fix help messages for aliased module-related applets
Denys Vlasenko
2014-04-19
1
-1
/
+1
*
trylink: only prefix libs with -l
Mike Frysinger
2013-09-28
1
-3
/
+3
*
pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled
Steve Iribarne
2011-05-09
1
-0
/
+1
*
cosmetics on top of Dan's patches
Denys Vlasenko
2010-06-19
1
-1
/
+0
*
Define GNU-specific link options in one place
Dan Fandrich
2010-06-19
1
-21
/
+18
*
trylink: gold may not support --sort-common (yet)
Bernhard Reutner-Fischer
2010-05-21
1
-7
/
+10
*
trylink: don't use ld --gc-sections if ld doesn't support it
Denys Vlasenko
2009-06-27
1
-0
/
+5
*
- give glob a chance
Bernhard Reutner-Fischer
2008-10-23
1
-3
/
+2
*
trylink: make messages less confusing
Denis Vlasenko
2008-08-26
1
-2
/
+2
*
hush: add support for ':'; create testsuite entries
Denis Vlasenko
2008-06-14
1
-5
/
+9
*
- pass flags to ld in one argument
Bernhard Reutner-Fischer
2008-05-09
1
-5
/
+5
*
trylink: fix glibc check; make --sort-section option look less ugly
Denis Vlasenko
2008-04-30
1
-10
/
+10
*
*: fix build problems found with randomconfig
Denis Vlasenko
2008-03-21
1
-1
/
+1
*
build system: pass CFLAGS to link stage too (closes bug 1376)
Denis Vlasenko
2008-02-14
1
-11
/
+12
*
build system: don't use -o /dev/null, old gcc can delete /dev/null!
Denis Vlasenko
2008-02-13
1
-4
/
+8
*
trylink: instead of build error, disable --gc-sections if GLIBC && STATIC
Denis Vlasenko
2007-12-28
1
-9
/
+40
*
make output a little more friendly
Mike Frysinger
2007-11-18
1
-3
/
+3
*
trylink: accomodate older versions of ld
Denis Vlasenko
2007-11-13
1
-7
/
+18
*
fix a problem with two different applet_name's
Denis Vlasenko
2007-10-11
1
-4
/
+2
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-4
/
+4
*
Move applets/applet.c into libbb, allows to get rid of --whole-archive
Denis Vlasenko
2007-10-10
1
-9
/
+8
*
trylink: s/strip/$STRIP/g
Denis Vlasenko
2007-10-10
1
-3
/
+3
*
trylink: trivial cleanup
Denis Vlasenko
2007-10-09
1
-2
/
+2
*
trylink: reformat link flags for readability
Denis Vlasenko
2007-10-09
1
-25
/
+89
*
trylink: remove useless redirects, add missing error checks
Denis Vlasenko
2007-10-09
1
-4
/
+9
*
trylink: trivial fixes
Denis Vlasenko
2007-10-09
1
-8
/
+4
*
make "individual applets" build less noisy.
Denis Vlasenko
2007-10-08
1
-3
/
+3
*
make --help work for "individual applets" too.
Denis Vlasenko
2007-10-07
1
-6
/
+3
*
libbusybox: move (possibly compressed) help stuff into libbusybox.
Denis Vlasenko
2007-10-07
1
-30
/
+9
*
reviving libbusybox, adding CONFIG_INDIVIDUAL part 4
Denis Vlasenko
2007-10-07
1
-1
/
+68
*
reviving libbusybox, adding CONFIG_INDIVIDUAL part 3
Denis Vlasenko
2007-10-07
1
-19
/
+34
*
reviving libbusybox, adding CONFIG_INDIVIDUAL part 2
Denis Vlasenko
2007-10-07
1
-13
/
+15
[next]