mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
Correct libc path
SVN-Revision: 26885
This commit is contained in:
parent
d6e96fd7d8
commit
7b53059401
@ -52,8 +52,7 @@ if( opendir SD, "$Bin/../staging_dir" )
|
||||
closedir SD;
|
||||
|
||||
# Find gdb
|
||||
my ($gdb) = glob("$Bin/../staging_dir/toolchain-${arch}_*_${libc}/bin/*-gdb");
|
||||
|
||||
my ($gdb) = glob("$Bin/../staging_dir/toolchain-${arch}_*_${libc}*/bin/*-gdb");
|
||||
if( defined($gdb) && -x $gdb )
|
||||
{
|
||||
my ( $fh, $fp ) = tempfile();
|
||||
|
Loading…
Reference in New Issue
Block a user