diff options
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-x | scripts/trylink | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/trylink b/scripts/trylink index 3c431edc3..15435f009 100755 --- a/scripts/trylink +++ b/scripts/trylink | |||
@@ -140,6 +140,8 @@ try $CC $CFLAGS $LDFLAGS \ | |||
140 | || { | 140 | || { |
141 | echo "Failed: $l_list" | 141 | echo "Failed: $l_list" |
142 | cat $EXE.out | 142 | cat $EXE.out |
143 | echo 'Note: if build needs additional libraries, put them in CONFIG_EXTRA_LDLIBS.' | ||
144 | echo 'Example: CONFIG_EXTRA_LDLIBS="pthread dl tirpc audit pam"' | ||
143 | exit 1 | 145 | exit 1 |
144 | } | 146 | } |
145 | 147 | ||