From 4de160dd62461e0caaded594d32cf2603e44ba58 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sat, 31 Jan 1998 18:51:20 -0700 Subject: [PATCH] config.table (vxworks configs): Default to VxWorks 5.x, as that is the currently shipping OS. ( * config.table (vxworks configs): Default to VxWorks 5.x, as that is the currently shipping OS. From-SVN: r17572 --- libiberty/config.table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libiberty/config.table b/libiberty/config.table index 555dfac68a9c..e367e1b3cce7 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -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 -- 2.43.5