Accept m680?0 for wrs as vxworks68. Also deleted an unreachable path to wrs.
authorMichael Tiemann <tiemann@cygnus>
Mon, 15 Jun 1992 15:49:30 +0000 (15:49 +0000)
committerMichael Tiemann <tiemann@cygnus>
Mon, 15 Jun 1992 15:49:30 +0000 (15:49 +0000)
ld/ChangeLog
ld/configure.in

index b874bb1..cd923e5 100644 (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
index 014d6e6..462f248 100644 (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