aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-08-22 17:27:20 +0000
committerNick Clifton <nickc@redhat.com>2002-08-22 17:27:20 +0000
commited71e1110daa51fb1e40bf98ab7b27768be6a123 (patch)
tree16d35c46d831e6f5422d2dbf52cea1670a5d6f25 /gas/configure
parentdfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8 (diff)
downloadfsf-binutils-gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.zip
fsf-binutils-gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.gz
fsf-binutils-gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.bz2
Add sh-nto support
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure4
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 ;;