Commit 4de160dd by Mike Stump Committed by Jeff Law

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
parent c00f2b9d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment