diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-24 19:49:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-24 19:49:18 +0000 |
commit | 056350c6bd025c6b73b25f39247c890581b215b1 (patch) | |
tree | 3ee95df831c15874e7550cddf4a55cdc2002dfdd /gas/configure.in | |
parent | 8a0e0f38af77d6c38cdf9a257b55b4a06ce09124 (diff) | |
download | gdb-056350c6bd025c6b73b25f39247c890581b215b1.zip gdb-056350c6bd025c6b73b25f39247c890581b215b1.tar.gz gdb-056350c6bd025c6b73b25f39247c890581b215b1.tar.bz2 |
Add support for WinCE targeted toolchains.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index b6d6d0b..361ae64 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -155,6 +155,7 @@ changequote([,])dnl arm-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;; arm-*-oabi | thumb-*-oabi) fmt=elf ;; arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; + arm-*-wince) fmt=coff em=wince-pe bfd_gas=yes;; arm-*-pe | thumb-*-pe) fmt=coff em=pe ;; arm-*-riscix*) fmt=aout em=riscix ;; @@ -267,6 +268,7 @@ changequote([,])dnl mips-*-osf*) fmt=ecoff endian=little ;; mips-*-ecoff*) fmt=ecoff ;; mips-*-ecoff*) fmt=ecoff ;; + mips-*-pe*) fmt=coff endian=little em=pe ;; mips-*-irix6*) fmt=elf ;; mips-*-irix5*) fmt=elf ;; mips-*-irix*) fmt=ecoff ;; @@ -311,6 +313,7 @@ changequote([,])dnl sh-*-elf*) fmt=elf ;; sh-*-coff*) fmt=coff ;; + sh-*-pe*) fmt=coff em=pe bfd_gas=yes;; sh-*-rtemself*) fmt=elf ;; sh-*-rtems*) fmt=coff ;; |