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

This commit is contained in:
Ian Lance Taylor 1994-08-24 16:50:03 +00:00
parent 904b6037e8
commit 68e01f9dea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Aug 24 12:49:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* configure.in: Change i386-*-* to i[345]86-*-*.
Sun Jul 10 00:35:31 1994 Ian Dall (dall@hfrd.dsto.gov.au)
* ns532.c, ns532.h: New Files. ns532 support.

View File

@ -10,7 +10,7 @@ srcname="gprof"
# per-target:
case "${target}" in
i386-*-*) my_target=i386 ;;
i[345]86-*-*) my_target=i386 ;;
sparc-*-*) my_target=sparc ;;
tahoe-*-*) my_target=tahoe ;;
vax-*-*) my_target=vax ;;