diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-21 18:29:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-21 18:29:01 +0000 |
commit | 4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89 (patch) | |
tree | 305bc282125eeb2c1cbfeb89fa870be634c996bc /scripts | |
parent | 0dc490bda21c85aee9b7462d0cf401d03a94c06d (diff) | |
download | busybox-w32-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.tar.gz busybox-w32-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.tar.bz2 busybox-w32-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.zip |
*: fix build problems found with randomconfig
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trylink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink index ebfe6cee3..89e36b7e9 100755 --- a/scripts/trylink +++ b/scripts/trylink | |||
@@ -116,7 +116,7 @@ try $CC $CFLAGS $LDFLAGS \ | |||
116 | -Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \ | 116 | -Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \ |
117 | $l_list \ | 117 | $l_list \ |
118 | || { | 118 | || { |
119 | echo "Failed: $* $l_list" | 119 | echo "Failed: $l_list" |
120 | cat $EXE.out | 120 | cat $EXE.out |
121 | exit 1 | 121 | exit 1 |
122 | } | 122 | } |