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