diff options
author | Paul Brook <paul@codesourcery.com> | 2005-01-06 16:17:25 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-01-06 16:17:25 +0000 |
commit | ea3eed15006f0ca21825d25dd92b7d4f6cd1560c (patch) | |
tree | ef453e55170e707e5033243631564b43324c2bf2 /gas/configure.tgt | |
parent | 5dc1606f1eba80182b4f297ebaa245856a1d9686 (diff) | |
download | gdb-ea3eed15006f0ca21825d25dd92b7d4f6cd1560c.zip gdb-ea3eed15006f0ca21825d25dd92b7d4f6cd1560c.tar.gz gdb-ea3eed15006f0ca21825d25dd92b7d4f6cd1560c.tar.bz2 |
* configure.tgt: Set em=vxworks for *-*-vxworks.
* config/te-vxworks.h: New File.
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 085e3e1..60d9387 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -423,7 +423,7 @@ case ${generic_target} in *-*-sim) fmt=coff ;; *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf ;; *-*-aros*) fmt=elf em=linux bfd_gas=yes ;; - *-*-vxworks | *-*-windiss) fmt=elf ;; + *-*-vxworks | *-*-windiss) fmt=elf em=vxworks ;; *-*-netware) fmt=elf em=netware ;; esac |