remote-gdb: add build_dir/target-*/debug-* to solib-search-path
SVN-Revision: 19845
This commit is contained in:
parent
a9e8645232
commit
20a64a738c
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue