projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
279ca69
)
trylink: make messages less confusing
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 26 Aug 2008 20:09:08 +0000
(20:09 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 26 Aug 2008 20:09:08 +0000
(20:09 -0000)
scripts/trylink
patch
|
blob
|
history
diff --git
a/scripts/trylink
b/scripts/trylink
index adc045ad8d646e85bf8b966e017deaf1cfe76fd7..7a4a56dfdf1a5eddb6e0d190aa89a694e61b9f70 100755
(executable)
--- a/
scripts/trylink
+++ b/
scripts/trylink
@@
-141,12
+141,12
@@
while test "$LDLIBS"; do
-Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \
$l_list
if test $? = 0; then
- echo " Library $one is not needed"
+ echo " Library $one is not needed
, excluding it
"
LDLIBS="$without_one"
all_needed=false
last_needed=false
else
- echo " Library $one is needed"
+ echo " Library $one is needed
, can't exclude it (yet)
"
last_needed=true
fi
done