mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* configure.tgt (*-*-vxworks): Match vxworks* instead.
This commit is contained in:
parent
f7159c5302
commit
478ec1e395
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user