diff options
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 76b10be..1b206d3 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -244,9 +244,9 @@ case ${generic_target} in iq2000-*-elf) fmt=elf ;; - m32c-*-elf) fmt=elf ;; + m32c-*-elf | m32c-*-rtems*) fmt=elf ;; - m32r-*-elf*) fmt=elf ;; + m32r-*-elf* | m32r-*-rtems*) fmt=elf ;; m32r-*-linux*) fmt=elf em=linux;; m68hc11-*-* | m6811-*-*) fmt=elf ;; |