diff options
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure b/gas/configure index 7348927..aa0f453 100755 --- a/gas/configure +++ b/gas/configure @@ -2581,8 +2581,8 @@ EOF sh*-*-netbsdelf*) fmt=elf em=nbsd ;; sh-*-elf*) fmt=elf ;; sh-*-coff*) fmt=coff ;; - sh-*-pe*) fmt=coff em=pe bfd_gas=yes - endian=little ;; + sh-*-nto*) fmt=elf ;; + sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;; sh-*-rtemself*) fmt=elf ;; sh-*-rtems*) fmt=coff ;; sh64-*-elf*) fmt=elf ;; |