diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-23 03:23:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-23 03:23:12 +0000 |
commit | 478ec1e3954a966ca4a62f394e884bdf157aedd0 (patch) | |
tree | 948b513446f29d8899ce1e239e807f0a92406b83 /gas/configure.tgt | |
parent | f7159c5302a91482a07dea55129353988fb19fe1 (diff) | |
download | gdb-478ec1e3954a966ca4a62f394e884bdf157aedd0.zip gdb-478ec1e3954a966ca4a62f394e884bdf157aedd0.tar.gz gdb-478ec1e3954a966ca4a62f394e884bdf157aedd0.tar.bz2 |
* configure.tgt (*-*-vxworks): Match vxworks* instead.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |