diff options
author | Nick Clifton <nickc@redhat.com> | 2003-11-11 12:05:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-11-11 12:05:08 +0000 |
commit | 08e3ab908992f8abb57055cdd2faa2e8c6a7b515 (patch) | |
tree | 06e6bab95b54aeb6df355cdce5c4db38b8727412 /gas/configure.in | |
parent | 8d01d9a97dd92245523d9acd086f8d483bf79c0a (diff) | |
download | gdb-08e3ab908992f8abb57055cdd2faa2e8c6a7b515.zip gdb-08e3ab908992f8abb57055cdd2faa2e8c6a7b515.tar.gz gdb-08e3ab908992f8abb57055cdd2faa2e8c6a7b515.tar.bz2 |
Add support for arm-wince-pe 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 eab9430..fbf253e 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -214,7 +214,7 @@ changequote([,])dnl arm-**-nto*) fmt=elf ;; arm-*-oabi | thumb-*-oabi) fmt=elf ;; arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; - arm-*-wince) fmt=coff em=wince-pe ;; + arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;; arm-*-pe | thumb-*-pe) fmt=coff em=pe ;; arm-*-riscix*) fmt=aout em=riscix ;; |