diff options
-rwxr-xr-x | scripts/trylink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink index b8bf8b1c7..74acb4cdd 100755 --- a/scripts/trylink +++ b/scripts/trylink | |||
@@ -60,7 +60,7 @@ $ever_discarded && { | |||
60 | # Make the binary with final, minimal list of libs | 60 | # Make the binary with final, minimal list of libs |
61 | echo "Final link with: $BBOX_LIB_LIST" | 61 | echo "Final link with: $BBOX_LIB_LIST" |
62 | l_list=`echo "$BBOX_LIB_LIST" | sed -e 's/ / -l/g' -e 's/^/-l/'` | 62 | l_list=`echo "$BBOX_LIB_LIST" | sed -e 's/ / -l/g' -e 's/^/-l/'` |
63 | try "-Wl,--start-group $l_list -Wl,--end-group" "$@" && exit 1 | 63 | try "-Wl,--start-group $l_list -Wl,--end-group" "$@" || exit 1 |
64 | } | 64 | } |
65 | rm busybox_ld.err | 65 | rm busybox_ld.err |
66 | exit 0 # Ensure "success" exit code | 66 | exit 0 # Ensure "success" exit code |