diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-14 11:46:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-14 11:46:40 +0000 |
commit | 056a1d49d70097de36b5293dd52690927e0762bd (patch) | |
tree | 8eb1b32383eb97d2c00aa87f86770042aeb9f306 /gas/configure.in | |
parent | d132876a03877efa59ef0714d56cd53ae338b1e6 (diff) | |
download | gdb-056a1d49d70097de36b5293dd52690927e0762bd.zip gdb-056a1d49d70097de36b5293dd52690927e0762bd.tar.gz gdb-056a1d49d70097de36b5293dd52690927e0762bd.tar.bz2 |
Add support for arm-openbsd target
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index d812d7b..1686ef3 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -191,7 +191,7 @@ changequote([,])dnl arm-*-linux*aout*) fmt=aout em=linux ;; arm*-*-linux-gnu* | arm*-*-uclinux*) fmt=elf em=linux ;; - arm-*-netbsd*) fmt=aout em=nbsd ;; + arm-*-netbsd* | arm-*-openbsd*) fmt=aout em=nbsd ;; arm-*-oabi | thumb-*-oabi) fmt=elf ;; arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; arm-*-wince) fmt=coff em=wince-pe ;; |