* gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.

This commit is contained in:
Daniel Jacobowitz 2005-05-04 21:21:42 +00:00
parent 8643e2ad06
commit c3b69c04b9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
* lib/gdb.exp (skip_altivec_tests): New function, based on

View File

@ -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
}