configure.in (v850): Use t-v850.
authorJeffrey A Law <law@cygnus.com>
Wed, 8 Apr 1998 23:10:27 +0000 (23:10 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 8 Apr 1998 23:10:27 +0000 (17:10 -0600)
        * configure.in (v850): Use t-v850.
        (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.

From-SVN: r19062

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 6edf783..ff2e73b 100644 (file)
@@ -23,6 +23,9 @@ Fri Apr  3 17:02:13 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
 
 Wed Apr  8 12:51:19 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * configure.in (v850): Use t-v850.
+       (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.
+
        * protoize.c (creat, read, write): Do not declare.
 
        * jump.c (mark_jump_label): Record REG_LABEL notes for insns which
index 05ecc76..395dd56 100755 (executable)
@@ -2445,7 +2445,7 @@ for machine in $build $host $target; do
                tm_file=i386/sun.h
                use_collect2=yes
                ;;
-       i[3456]86-wrs-vxworks*)
+       i[34567]86-wrs-vxworks*)
                tm_file=i386/vxi386.h
                tmake_file=i386/t-i386bare
                ;;
@@ -4273,6 +4273,7 @@ for machine in $build $host $target; do
                cpu_type=v850
                tm_file="v850/v850.h"
                xm_file="v850/xm-v850.h"
+               tmake_file=v850/t-v850
                if [ x$stabs = xyes ]
                then
                        tm_file="${tm_file} dbx.h"
index 0bd2279..a6eb0b2 100644 (file)
@@ -762,7 +762,7 @@ for machine in $build $host $target; do
                tm_file=i386/sun.h
                use_collect2=yes
                ;;
-       i[[3456]]86-wrs-vxworks*)
+       i[[34567]]86-wrs-vxworks*)
                tm_file=i386/vxi386.h
                tmake_file=i386/t-i386bare
                ;;
@@ -2590,6 +2590,7 @@ for machine in $build $host $target; do
                cpu_type=v850
                tm_file="v850/v850.h"
                xm_file="v850/xm-v850.h"
+               tmake_file=v850/t-v850
                if [[ x$stabs = xyes ]]
                then
                        tm_file="${tm_file} dbx.h"