* configure.in: Change i386 to i[345]86.

* gdb.base/configure.in: Likewise.
	* gdb.c++/configure.in: Likewise.
	* gdb.chill/configure.in: Likewise.
This commit is contained in:
Ian Lance Taylor 1994-08-24 17:18:05 +00:00
parent 7382b3b197
commit 2c5d4a3443
4 changed files with 12 additions and 5 deletions

View 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

View 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 ;;

View 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 ;;

View 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 ;;