aboutsummaryrefslogtreecommitdiff
path: root/libffi/testsuite/lib/libffi-dg.exp
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/testsuite/lib/libffi-dg.exp')
-rw-r--r--libffi/testsuite/lib/libffi-dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/testsuite/lib/libffi-dg.exp b/libffi/testsuite/lib/libffi-dg.exp
index c3eecff96c0..11dd39c33ee 100644
--- a/libffi/testsuite/lib/libffi-dg.exp
+++ b/libffi/testsuite/lib/libffi-dg.exp
@@ -120,7 +120,7 @@ proc libffi-init { args } {
if { [is_remote host] == 0 && [which $compiler] != 0 } {
foreach i "[exec $compiler --print-multi-lib]" {
set mldir ""
- regexp -- "\[a-z0-9=/\.-\]*;" $i mldir
+ regexp -- "\[a-z0-9=_/\.-\]*;" $i mldir
set mldir [string trimright $mldir "\;@"]
if { "$mldir" == "." } {
continue