mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 13:30:30 +00:00
* gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
This commit is contained in:
parent
8643e2ad06
commit
c3b69c04b9
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user