This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Allow gas to match VxWorks variants.



Hi.


CodeSourcery has been working on a couple versions of VxWorks, but they
all have target names beginning with 'vxworks'.  This change lets gas work
with all of them so far.

I don't have write permission to the src repository.  If there's nothing
hideously wrong with this one-character patch :-) could somebody apply it
for me please?


2005-08-22 Phil Edwards <phil@codesourcery.com>


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


Index: gas/configure.tgt =================================================================== RCS file: /home/gcc/repos/src/src/gas/configure.tgt,v retrieving revision 1.16 diff -u -p -r1.16 configure.tgt --- gas/configure.tgt 11 Aug 2005 01:25:20 -0000 1.16 +++ gas/configure.tgt 22 Aug 2005 16:17:08 -0000 @@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]