* configure.tgt (*-*-vxworks): Match vxworks* instead.
This commit is contained in:
parent
f7159c5302
commit
478ec1e395
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2005-08-22 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* config/tc-i386.c (object_64bit): New.
|
* config/tc-i386.c (object_64bit): New.
|
||||||
|
|
|
@ -382,7 +382,7 @@ case ${generic_target} in
|
||||||
*-*-sim) fmt=coff ;;
|
*-*-sim) fmt=coff ;;
|
||||||
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf ;;
|
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf ;;
|
||||||
*-*-aros*) fmt=elf em=linux ;;
|
*-*-aros*) fmt=elf em=linux ;;
|
||||||
*-*-vxworks | *-*-windiss) fmt=elf em=vxworks ;;
|
*-*-vxworks* | *-*-windiss) fmt=elf em=vxworks ;;
|
||||||
*-*-netware) fmt=elf em=netware ;;
|
*-*-netware) fmt=elf em=netware ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue