Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [ob] Check for linux-gnu* in linux-dp.exp
@ 2005-05-04 21:22 Daniel Jacobowitz
  2005-05-04 23:12 ` Mark Kettenis
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2005-05-04 21:22 UTC (permalink / raw)
  To: gdb-patches

I built a mips64-unknown-linux-gnuabi64 toolchain and noticed that it didn't
run this test.

Committed as obvious.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>

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

Index: gdb.threads/linux-dp.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.threads/linux-dp.exp,v
retrieving revision 1.10
diff -u -p -r1.10 linux-dp.exp
--- gdb.threads/linux-dp.exp	15 Dec 2004 18:28:54 -0000	1.10
+++ gdb.threads/linux-dp.exp	4 May 2005 21:17:32 -0000
@@ -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
 }
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-04 23:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-04 21:22 [ob] Check for linux-gnu* in linux-dp.exp Daniel Jacobowitz
2005-05-04 23:12 ` Mark Kettenis
2005-05-04 23:29   ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox