diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-31 09:50:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-31 09:50:09 +0000 |
commit | 7649aa5088856d6878555cf26427157d7b9d4312 (patch) | |
tree | b07732d4652fdb4c0d673ff3a4358210a9a3d9a4 /gas/configure.in | |
parent | a53ecf01a5b5f33b4ddb8f89b924d16d0273dcfd (diff) | |
download | gdb-7649aa5088856d6878555cf26427157d7b9d4312.zip gdb-7649aa5088856d6878555cf26427157d7b9d4312.tar.gz gdb-7649aa5088856d6878555cf26427157d7b9d4312.tar.bz2 |
Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu targets
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 ;; |