*: 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
 }