Skip to content
Snippets Groups Projects
Commit 7b530594 authored by Hamish Guthrie's avatar Hamish Guthrie
Browse files

Correct libc path

SVN-Revision: 26885
parent d6e96fd7
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment