diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r-- | gdb/testsuite/gdb.threads/linux-dp.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/linux-dp.exp b/gdb/testsuite/gdb.threads/linux-dp.exp index 0b54d64..7deae8d 100644 --- a/gdb/testsuite/gdb.threads/linux-dp.exp +++ b/gdb/testsuite/gdb.threads/linux-dp.exp @@ -42,7 +42,7 @@ set prms_id 0 set bug_id 0 # This only works with Linux configurations. -if ![istarget *-*-linux-gnu] then { +if ![istarget *-*-linux-gnu*] then { return } |