From 2c5d4a3443c9b9323ad4bcbe0e38e523181bd419 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 24 Aug 1994 17:18:05 +0000 Subject: [PATCH] * configure.in: Change i386 to i[345]86. * gdb.base/configure.in: Likewise. * gdb.c++/configure.in: Likewise. * gdb.chill/configure.in: Likewise. --- gdb/testsuite/ChangeLog | 7 +++++++ gdb/testsuite/configure.in | 4 ++-- gdb/testsuite/gdb.base/configure.in | 4 ++-- gdb/testsuite/gdb.chill/configure.in | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 525f540..7659f0d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * configure.in: Change i386 to i[345]86. + * gdb.base/configure.in: Likewise. + * gdb.c++/configure.in: Likewise. + * gdb.chill/configure.in: Likewise. + Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com) * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index b85ceca..be49c76 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -24,8 +24,8 @@ target_makefile_frag=config/mt-unix # this section is for all targets case "${target}" in - i386-*-aout) target_makefile_frag=config/mt-i386-aout ;; - i386-*-netware) target_makefile_frag=config/mt-i386-netware ;; + i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;; + i[345]86-*-netware) target_makefile_frag=config/mt-i386-netware ;; *-*-lynx) target_makefile_frag=config/mt-lynx ;; *-*-vxworks) target_makefile_frag=config/mt-vxworks ;; m68k-*-*) target_makefile_frag=config/mt-m68k ;; diff --git a/gdb/testsuite/gdb.base/configure.in b/gdb/testsuite/gdb.base/configure.in index b2b729a..a18dec0 100644 --- a/gdb/testsuite/gdb.base/configure.in +++ b/gdb/testsuite/gdb.base/configure.in @@ -17,8 +17,8 @@ target_makefile_frag=../config/mt-unix # this section is for all targets case "${target}" in hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;; - i386-*-aout) target_makefile_frag=../config/mt-i386-aout ;; - i386-*-netware) target_makefile_frag=../config/mt-i386-netware ;; + i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;; + i[345]86-*-netware) target_makefile_frag=../config/mt-i386-netware ;; *-*-lynx) target_makefile_frag=../config/mt-lynx ;; *-*-vxworks) target_makefile_frag=../config/mt-vxworks ;; m68k-*-*) target_makefile_frag=../config/mt-m68k ;; diff --git a/gdb/testsuite/gdb.chill/configure.in b/gdb/testsuite/gdb.chill/configure.in index fa61427..003bef6 100644 --- a/gdb/testsuite/gdb.chill/configure.in +++ b/gdb/testsuite/gdb.chill/configure.in @@ -16,7 +16,7 @@ target_makefile_frag=config/mt-unix # this section is for all targets case "${target}" in - i386-*-aout) target_makefile_frag=config/mt-i386-aout ;; + i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;; *-*-lynx) target_makefile_frag=config/mt-lynx ;; *-*-vxworks) target_makefile_frag=config/mt-vxworks ;; m68k-*-*) target_makefile_frag=config/mt-m68k ;; -- 2.7.4