diff options
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index 9560855..9186c36 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -394,7 +394,8 @@ changequote([,])dnl s390x-*-linux-gnu*) fmt=elf em=linux ;; s390-*-linux-gnu*) fmt=elf em=linux ;; - sh-*-linux*) fmt=elf em=linux ;; + sh*eb-*-linux*) fmt=elf em=linux endian=big ;; + sh*-*-linux*) fmt=elf em=linux endian=little ;; sh-*-elf*) fmt=elf ;; sh-*-coff*) fmt=coff bfd_gas=yes;; sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;; |