]> gcc.gnu.org Git - gcc.git/commitdiff
config.table (vxworks configs): Default to VxWorks 5.x, as that is the currently...
authorMike Stump <mrs@wrs.com>
Sun, 1 Feb 1998 01:51:20 +0000 (18:51 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 1 Feb 1998 01:51:20 +0000 (18:51 -0700)
(
        * config.table (vxworks configs): Default to VxWorks 5.x, as that is
        the currently shipping OS.

From-SVN: r17572

libiberty/config.table

index 555dfac68a9ccb70f956db3d6bbc118512cb7d4d..e367e1b3cce7666de6d05ea7b3a31c2b3defacf7 100644 (file)
@@ -24,7 +24,7 @@ case "${host}" in
   *-*-go32)            frag=mh-go32 ;;
   i[345]86-*-windows*) frag=mh-windows ;;
 
-  *-*-vxworks5*)
+  *-*-vxworks5* | *-*-vxworks)
     # VxWorks 5 needs special action, because the usual
     # autoconfiguration scheme does not work.
     frag=mt-vxworks5
This page took 0.055932 seconds and 5 git commands to generate.