From: Mike Stump Date: Sat, 17 Jan 1998 23:56:18 +0000 (+0000) Subject: * configure.in (i960-wrs-vxworks): Default to latest vxworks release. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0372c94de45537222a342228a5c22e30fe5c3a6;p=gcc.git * configure.in (i960-wrs-vxworks): Default to latest vxworks release. From-SVN: r17408 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0fdabb2567e..23687cac06c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * combine.c (force_to_mode, nonzero_bits): Correctly optimize diff --git a/gcc/configure b/gcc/configure index cacb53bf7b9..d70e361434a 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 diff --git a/gcc/configure.in b/gcc/configure.in index b60f54ce516..df7af248d45 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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