* configure.in: Change i386 to i[345]86.
authorIan Lance Taylor <ian@airs.com>
Wed, 24 Aug 1994 17:18:05 +0000 (17:18 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 24 Aug 1994 17:18:05 +0000 (17:18 +0000)
* gdb.base/configure.in: Likewise.
* gdb.c++/configure.in: Likewise.
* gdb.chill/configure.in: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/configure.in
gdb/testsuite/gdb.base/configure.in
gdb/testsuite/gdb.chill/configure.in

index 525f540..7659f0d 100644 (file)
@@ -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
index b85ceca..be49c76 100644 (file)
@@ -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 ;;
index b2b729a..a18dec0 100644 (file)
@@ -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 ;;
index fa61427..003bef6 100644 (file)
@@ -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 ;;