From 557fb713e0f943ac9b87c9f3804ba24e73d55bb0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 21 Jul 2007 13:25:28 +0000 Subject: chpasswd: fixes and code shrink update_passwd 732 734 +2 chpasswd_main 318 292 -26 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 2/-26) Total: -24 bytes text data bss dec hex filename 781564 1168 11900 794632 c2008 busybox_old 781548 1168 11900 794616 c1ff8 busybox_unstripped --- scripts/trylink | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/trylink') 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" "$@" \ 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. -- cgit v1.2.3