Accept m680?0 for wrs as vxworks68. Also deleted an unreachable path to wrs.

This commit is contained in:
Michael Tiemann 1992-06-15 15:49:30 +00:00
parent 1c92ca6f3b
commit 5bdf878ebf
2 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,19 @@
Mon Jun 15 08:47:43 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
* configure.in (my_target): Accept m680?0 for wrs as vxworks68.
Also deleted an unreachable path to wrs.
Wed May 27 23:24:19 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
* Makefile.in (install): use -d test for $tooldir before
installing ld there so that $tooldir can be inherited from
top-level Makefile.
Wed May 27 16:56:48 1992 Per Bothner (bothner@rtl.cygnus.com)
* ldlang.c: Two non-substantial changes for the sake of
the old Portable C Compiler.
Wed May 27 15:15:58 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* ldgram.y, ldlex.l: parse ABSOLUTE

View File

@ -20,7 +20,6 @@ mips)
sgi) my_host=irix3 ;;
esac
;;
m88k)
case "${host_vendor}" in
motorola)
@ -127,16 +126,18 @@ wrs)
case ${target_cpu} in
i960) my_target=vxworks960 ;;
m68k) my_target=vxworks68;;
m680[01234]0) my_target=vxworks68;;
esac
;;
tandem)
my_target=sun3
my_target=st2000
;;
*)
case ${target_cpu} in
i386) my_target=go32 ;;
m88k) my_target=m88k-bcs ;;
a29k) case ${target_os} in
udi) my_target=sa29200 ;;
ebmon) my_target=ebmon29k ;;
*) my_target=coff-a29k ;;
esac
@ -151,7 +152,6 @@ tandem)
sony) my_target=news ;;
hp) my_target=hp300bsd ;;
wrs) my_target=sun3 ;;
*)
echo "Unknown m68k target vendor:" ${target_vendor}
exit 1