diff options
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-x | scripts/trylink | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/trylink b/scripts/trylink index cbd702338..bfc67bf5d 100755 --- a/scripts/trylink +++ b/scripts/trylink | |||
@@ -22,6 +22,8 @@ try "-Wl,--start-group $l_list -Wl,--end-group" "$@" \ | |||
22 | cat busybox_ld.err | 22 | cat busybox_ld.err |
23 | exit 1 | 23 | exit 1 |
24 | } | 24 | } |
25 | # Hack: we are not supposed to know executable name, | ||
26 | # but this hack cuts down link time | ||
25 | mv busybox_unstripped busybox_unstripped.tmp | 27 | mv busybox_unstripped busybox_unstripped.tmp |
26 | 28 | ||
27 | # Now try to remove each lib and build without. | 29 | # Now try to remove each lib and build without. |