diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-21 16:08:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-21 16:08:31 +0000 |
commit | da896d3fccf5da53b90415cecb8536fe57aca943 (patch) | |
tree | 63a7264867573e097f3d6bd1885f41b05de44c24 /gas/configure.in | |
parent | 3dbe594b7191e81f4954da5e4914e107d4c1ef7d (diff) | |
download | gdb-da896d3fccf5da53b90415cecb8536fe57aca943.zip gdb-da896d3fccf5da53b90415cecb8536fe57aca943.tar.gz gdb-da896d3fccf5da53b90415cecb8536fe57aca943.tar.bz2 |
Add support for i386-*-aros triple.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index cb8ba97..8f0d531 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -486,6 +486,7 @@ changequote([,])dnl *-*-xray | *-*-hms) fmt=coff ;; *-*-sim) fmt=coff ;; *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;; + *-*-aros*) fmt=elf em=linux bfd_gas=yes ;; *-*-vxworks) fmt=aout ;; *-*-netware) fmt=elf ;; esac |