commit | 4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Mar 21 18:29:01 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Mar 21 18:29:01 2008 +0000 |
tree | 305bc282125eeb2c1cbfeb89fa870be634c996bc | |
parent | 0dc490bda21c85aee9b7462d0cf401d03a94c06d [diff] [blame] |
*: fix build problems found with randomconfig
diff --git a/scripts/trylink b/scripts/trylink index ebfe6ce..89e36b7 100755 --- a/scripts/trylink +++ b/scripts/trylink
@@ -116,7 +116,7 @@ -Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \ $l_list \ || { - echo "Failed: $* $l_list" + echo "Failed: $l_list" cat $EXE.out exit 1 }