* configure.in (i960-wrs-vxworks): Default to latest vxworks release.

From-SVN: r17408
This commit is contained in:
Mike Stump 1998-01-17 23:56:18 +00:00 committed by Jeff Law
parent 9677d5a42e
commit a0372c94de
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Sun Jan 18 00:57:35 1998 Mike Stump (mrs@wrs.com)
* configure.in (i960-wrs-vxworks): Default to latest vxworks release.
Sat Jan 17 23:41:36 1998 David S. Miller <davem@tanya.rutgers.edu>
* combine.c (force_to_mode, nonzero_bits): Correctly optimize

2
gcc/configure vendored
View File

@ -3927,7 +3927,7 @@ for machine in $build $host $target; do
tmake_file=i960/t-vxworks960
use_collect2=yes
;;
i960-wrs-vxworks5*)
i960-wrs-vxworks5* | i960-wrs-vxworks)
tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
tmake_file=i960/t-vxworks960
use_collect2=yes

View File

@ -1102,7 +1102,7 @@ for machine in $build $host $target; do
tmake_file=i960/t-vxworks960
use_collect2=yes
;;
i960-wrs-vxworks5*)
i960-wrs-vxworks5* | i960-wrs-vxworks)
tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
tmake_file=i960/t-vxworks960
use_collect2=yes