more plugin testsuite issues
Alan Modra
amodra@gmail.com
Tue Oct 26 04:54:00 GMT 2010
More information about the Binutils mailing list
Tue Oct 26 04:54:00 GMT 2010
- Previous message (by thread): Do away with LOSING_COMPILER
- Next message (by thread): more plugin testsuite issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Do away with LOSING_COMPILER
- Next message (by thread): more plugin testsuite issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list