remote-gdb: add build_dir/target-*/debug-* to solib-search-path

SVN-Revision: 19845
This commit is contained in:
Jo-Philipp Wich 2010-02-24 22:56:36 +00:00
parent a9e8645232
commit 20a64a738c
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ if( opendir SD, "$Bin/../staging_dir" )
# Find library paths
my $libdirs = join ':', (
glob("$Bin/../build_dir/target-${arch}_${libc}/debug-*/{usr/,}lib/"),
glob("$Bin/../staging_dir/target-${arch}_${libc}/{usr/,}lib"),
glob("$Bin/../staging_dir/toolchain-${arch}_*_${libc}/lib")
);