summaryrefslogtreecommitdiff
path: root/opcodes/configure.in
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-13 15:39:44 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-13 15:39:44 +0000
commit942e7dd9113bfab19db743a7597599579689d77c (patch)
tree3d0222fa702c8ec8dd5b1aaa5b3046c33083e073 /opcodes/configure.in
parent4c90d51b966e73810ab515a5ded2240482647f7f (diff)
downloadbinutils-gdb-942e7dd9113bfab19db743a7597599579689d77c.tar.gz
* configure.in (shle-*-*elf*): Include sh64 support.
* configure: Regenerate.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r--opcodes/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in
index 699f9be06f7..5257d2af8aa 100644
--- a/opcodes/configure.in
+++ b/opcodes/configure.in
@@ -215,7 +215,8 @@ if test x${all_targets} = xfalse ; then
# Include it just for ELF targets, since the SH5 bfd:s are ELF only.
for t in $target $canon_targets; do
case $t in
- all | sh64-* | sh-*-*elf* | shl-*-*elf* | sh-*-linux* | shl-*-linux*)
+ all | sh64-* | sh-*-*elf* | shl-*-*elf* | shle-*-*elf* | \
+ sh-*-linux* | shl-*-linux*)
ta="$ta sh64-dis.lo sh64-opc.lo"
archdefs="$archdefs -DINCLUDE_SHMEDIA"
break;;