* configure.in (i960-wrs-vxworks): Default to latest vxworks release.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 1998 23:56:18 +0000 (23:56 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 1998 23:56:18 +0000 (23:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17408 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 0fdabb2..23687ca 100644 (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
index cacb53b..d70e361 100755 (executable)
@@ -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
index b60f54c..df7af24 100644 (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