diff options
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 23d8662..77cbac1 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -360,7 +360,8 @@ case ${generic_target} in *) endian=big ;; esac ;; sh*-*-symbianelf*) fmt=elf endian=little ;; - sh-*-elf* | sh-*-uclinux* | sh[12]-*-uclinux*) fmt=elf ;; + sh-*-elf*) fmt=elf ;; + sh-*-uclinux* | sh[12]-*-uclinux*) fmt=elf em=uclinux ;; sh-*-coff*) fmt=coff ;; sh-*-nto*) fmt=elf ;; sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;; |