Denys Vlasenko 32511da87d scripts/trylink: be more clever when deciding that "lib elimination" has finished:
Before:
Trying libraries: crypt m resolv
 Library crypt is not needed, excluding it
 Library m is needed, can't exclude it (yet)
 Library resolv is needed, can't exclude it (yet)
 Library m is needed, can't exclude it (yet)
 Library resolv is needed, can't exclude it (yet)
Final link with: m resolv

After:
Trying libraries: crypt m resolv
 Library crypt is not needed, excluding it
 Library m is needed, can't exclude it (yet)
 Library resolv is needed, can't exclude it (yet)
Final link with: m resolv

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-11-19 20:36:16 +01:00
..
2015-05-25 13:46:36 +02:00
2013-10-16 19:18:05 +02:00
2010-01-25 13:39:24 +01:00
2010-11-06 22:17:30 +01:00
2010-07-26 01:49:12 +02:00
2010-07-26 01:49:12 +02:00
2010-10-19 12:49:51 +02:00
2017-12-31 17:30:02 +01:00
2010-07-09 01:25:36 +02:00