configure.in (v850): Use t-v850.

* configure.in (v850): Use t-v850.
        (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.

From-SVN: r19062
This commit is contained in:
Jeffrey A Law 1998-04-08 23:10:27 +00:00 committed by Jeff Law
parent 10a998b0c2
commit 62db76ee5f
3 changed files with 7 additions and 2 deletions

View 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

3
gcc/configure vendored
View File

@ -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"

View 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"