From: Mark Kettenis <kettenis@science.uva.nl>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Fix recognition of ix86 in gdb.asm test
Date: Sat, 10 Nov 2001 12:16:00 -0000 [thread overview]
Message-ID: <200111241445.fAOEjnB14415@elgar.my.domain> (raw)
Without the extra [] the generated configure tries to match i345686*.
Checked in as obvious.
Mark
Index: testsuite/ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* gdb.asm/configure.in: Fix recognition of ix86 target.
* gdb.asm/configure: Regenerate.
Index: testsuite/gdb.asm/configure.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/configure.in,v
retrieving revision 1.3
diff -u -p -r1.3 configure.in
--- testsuite/gdb.asm/configure.in 2001/11/22 01:13:10 1.3
+++ testsuite/gdb.asm/configure.in 2001/11/24 14:42:43
@@ -16,7 +16,7 @@ dnl In default case we need to link with
archinc=common.inc
case ${target} in
d10v-*-*) archinc=d10v.inc ;;
-i[3456]86*) archinc=i386.inc ;;
+i[[3456]]86*) archinc=i386.inc ;;
m32r*-*) archinc=m32r.inc ;;
esac
AC_LINK_FILES($archinc,arch.inc)
reply other threads:[~2001-11-24 14:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200111241445.fAOEjnB14415@elgar.my.domain \
--to=kettenis@science.uva.nl \
--cc=gdb-patches@sources.redhat.com \
/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