Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix recognition of ix86 in gdb.asm test
@ 2001-11-10 12:16 Mark Kettenis
  0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2001-11-10 12:16 UTC (permalink / raw)
  To: gdb-patches

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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-24 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-10 12:16 [PATCH] Fix recognition of ix86 in gdb.asm test Mark Kettenis

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