* configure.tgt (*-*-vxworks): Match vxworks* instead.

This commit is contained in:
Alan Modra 2005-08-23 03:23:12 +00:00
parent f7159c5302
commit 478ec1e395
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-23 Phil Edwards <phil@codesourcery.com>
* configure.tgt (*-*-vxworks): Match vxworks* instead.
2005-08-22 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.c (object_64bit): New.

View File

@ -382,7 +382,7 @@ case ${generic_target} in
*-*-sim) fmt=coff ;;
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf ;;
*-*-aros*) fmt=elf em=linux ;;
*-*-vxworks | *-*-windiss) fmt=elf em=vxworks ;;
*-*-vxworks* | *-*-windiss) fmt=elf em=vxworks ;;
*-*-netware) fmt=elf em=netware ;;
esac