public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* more plugin testsuite issues
@ 2010-10-26  4:54 Alan Modra
  2010-10-26 16:52 ` Dave Korn
  0 siblings, 1 reply; 14+ messages in thread
From: Alan Modra @ 2010-10-26  4:54 UTC (permalink / raw)
  To: Dave Korn; +Cc: binutils

Hi Dave,
  Is there a good reason why we need $LIBS in plugin.exp:58
set libs "$LIBS $HOSTING_LIBS"

I have some partial cross toolchains installed (some without even
libc).  They all fail a number of the plugin tests due to missing -ldl
and/or -lz, which are added to LIBS via configure.in AC_SEARCH_LIBS.

In fact, using HOSTING_LIBS and HOSTING_CRT0 in plugin.exp is a little
confusing.  They are really only properly defined for native binutils
(configure.host selects on $host but uses the target $CC to figure out
startup and lib names).  Perhaps plugin.exp ought to be native only?

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-11-17  3:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26  4:54 more plugin testsuite issues Alan Modra
2010-10-26 16:52 ` Dave Korn
2010-10-28  8:16   ` Alan Modra
2010-11-04 16:11     ` Dave Korn
2010-11-04 19:48       ` [PATCH] " Dave Korn
2010-11-04 23:55         ` Alan Modra
2010-11-05  0:13           ` Dave Korn
2010-11-05  3:00             ` Alan Modra
2010-11-05  4:26               ` Dave Korn
2010-11-05  5:59                 ` Alan Modra
2010-11-05  7:23                   ` Dave Korn
2010-11-16 22:00         ` Andreas Schwab
2010-11-16 23:01           ` Alan Modra
2010-11-17  3:13             ` Dave Korn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).