* gdb.base/configure.in: Likewise.
* gdb.c++/configure.in: Likewise.
* gdb.chill/configure.in: Likewise.
+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
# 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 ;;
# 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 ;;
# 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 ;;