* gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
authorDaniel Jacobowitz <drow@false.org>
Wed, 4 May 2005 21:21:42 +0000 (21:21 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 4 May 2005 21:21:42 +0000 (21:21 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/linux-dp.exp

index 87baff63f6fa9e4c4106a8ff669f61bb11e42528..abbc0234c54c8391df6ee24493dc33ca4de4013a 100644 (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
index 0b54d64153a0c8b8f9d7a7cb0b9bd7366e5a7829..7deae8d3a9731da4b725db709299858091f0dc4d 100644 (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
 }
 
This page took 0.056127 seconds and 4 git commands to generate.