This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Check for linux-gnu* in linux-dp.exp


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
 }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]