On Tue 12 Feb 2008 13:47, Hans-Peter Nilsson pondered: > > From: Ian Lance Taylor <[EMAIL PROTECTED]> > > Date: 12 Feb 2008 07:48:51 -0800 > > Thanks to all. I no longer think there's anything that needs > fixing in the gcc testsuite regarding copying of libraries or in > particular libgcc_s.so.1; I just need my baseboard-file to copy > over every *.so* from ld_library_path or make them otherwise > accessible. It seems dejagnu deliberately leaves this to the > target, as it's not done for any other library either, and > ld_library_path is the blessed variable (no, not in the dejagnu > *documentation*; just used in the dejagnu sources with the same > use as in gcc. ;)
This is what we do when we test via rsh/rcp on the Blackfin. (bfin-linux-uclibc-xxxx ) Have a peek at out our large shell script which builds and optionally tests everything. http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&path=%2Ftrunk%2Fbuildscript%2FBuildToolChain&annotate=2175 What you are looking for is around lines 1354-1427 (prepare_target()) -Robin