aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-08-24 17:18:05 +0000
committerIan Lance Taylor <ian@airs.com>1994-08-24 17:18:05 +0000
commit2c5d4a3443c9b9323ad4bcbe0e38e523181bd419 (patch)
tree64b23cd09e8eef790de6ea0245699b5376a76697 /gdb
parent7382b3b1975352cb247a425dc94ad87b375d0e10 (diff)
downloadgdb-2c5d4a3443c9b9323ad4bcbe0e38e523181bd419.zip
gdb-2c5d4a3443c9b9323ad4bcbe0e38e523181bd419.tar.gz
gdb-2c5d4a3443c9b9323ad4bcbe0e38e523181bd419.tar.bz2
* configure.in: Change i386 to i[345]86.
* gdb.base/configure.in: Likewise. * gdb.c++/configure.in: Likewise. * gdb.chill/configure.in: Likewise.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog7
-rw-r--r--gdb/testsuite/configure.in4
-rw-r--r--gdb/testsuite/gdb.base/configure.in4
-rw-r--r--gdb/testsuite/gdb.chill/configure.in2
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 ;;