* configure.in (i960-wrs-vxworks): Default to latest vxworks release.
From-SVN: r17408
This commit is contained in:
parent
9677d5a42e
commit
a0372c94de
@ -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
2
gcc/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user