diff options
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 7ef0c06e93a..877f34d3e81 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -339,9 +339,10 @@ case ${generic_target} in mn10300-*-linux*) fmt=elf em=linux ;; mn10300-*-*) fmt=elf ;; - moxie-*-uclinux) fmt=elf em=linux;; + moxie-*-uclinux) fmt=elf em=linux ;; + moxie-*-moxiebox*) fmt=elf endian=little ;; moxie-*-*) fmt=elf ;; - + mt-*-elf) fmt=elf bfd_gas=yes ;; msp430-*-*) fmt=elf ;; |