diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-30 17:32:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-30 17:32:30 +0000 |
commit | 7e392df659f7ea9da6974d689b050ae5fa62b3c6 (patch) | |
tree | 645fc64dad3284807cd4fb680343acdd1b098452 /gas/configure.in | |
parent | 83e1617e0623da0e1d2a8a148087928f5fb83c4e (diff) | |
download | gdb-7e392df659f7ea9da6974d689b050ae5fa62b3c6.zip gdb-7e392df659f7ea9da6974d689b050ae5fa62b3c6.tar.gz gdb-7e392df659f7ea9da6974d689b050ae5fa62b3c6.tar.bz2 |
Add arm-*-nto port.
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 2566939..7f4b228 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -201,6 +201,7 @@ changequote([,])dnl fmt=elf em=linux ;; arm-*-netbsdelf*) fmt=elf em=nbsd ;; arm-*-netbsd* | arm-*-openbsd*) fmt=aout em=nbsd ;; + 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 ;; |