[PATCH] Allow gas to match VxWorks variants.

Phil Edwards phil@codesourcery.com
Mon Aug 22 16:24:00 GMT 2005


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



More information about the Binutils mailing list