From: Alan Modra Date: Tue, 23 Aug 2005 03:23:12 +0000 (+0000) Subject: * configure.tgt (*-*-vxworks): Match vxworks* instead. X-Git-Tag: gdb-csl-arm-20051020-branchpoint~392 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=478ec1e3954a966ca4a62f394e884bdf157aedd0;p=external%2Fbinutils.git * configure.tgt (*-*-vxworks): Match vxworks* instead. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 43b87a6..ac525f3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Phil Edwards + + * configure.tgt (*-*-vxworks): Match vxworks* instead. + 2005-08-22 Jan Beulich * config/tc-i386.c (object_64bit): New. diff --git a/gas/configure.tgt b/gas/configure.tgt index b10bcf2..fe4b976 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -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