use motorola-sysv*, not sysv3*

This commit is contained in:
Ian Lance Taylor 1995-11-03 20:10:50 +00:00
parent 056e975cfe
commit 92188bd2d6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Wed Nov 1 15:42:45 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@l
* Makefile.in (ALL_EMULATIONS): Add edelta68.o.
(edelta68.c): New target.
* configure.tgt (m68*-motorola-sysv3*): New target.
* configure.tgt (m68*-motorola-sysv*): New target.
* emulparams/delta68.sh: New file.
* scripttempl/delta68.sc: New file.

View File

@ -81,7 +81,7 @@ rce-*-aout) targ_emul=rce ;;
# end-sanitize-rce
m68k-sony-*) targ_emul=news ;;
m68k-hp-bsd*) targ_emul=hp300bsd ;;
m68*-motorola-sysv3*) targ_emul=delta68 ;;
m68*-motorola-sysv*) targ_emul=delta68 ;;
m68*-*-aout) targ_emul=m68kaout ;;
m68*-*-coff) targ_emul=m68kcoff ;;
m68*-*-elf) targ_emul=m68kelf ;;