From: Daniel Jacobowitz <drow@false.org>
To: gdb-patches@sourceware.org
Subject: [ob] Check for linux-gnu* in linux-dp.exp
Date: Wed, 04 May 2005 21:22:00 -0000 [thread overview]
Message-ID: <20050504212228.GA3736@nevyn.them.org> (raw)
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
}
next reply other threads:[~2005-05-04 21:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-04 21:22 Daniel Jacobowitz [this message]
2005-05-04 23:12 ` Mark Kettenis
2005-05-04 23:29 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050504212228.GA3736@nevyn.them.org \
--to=drow@false.org \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox