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
commitca44fe636f35a1f5f6f9ebb1c2a5a4875788e98b (patch)
treec34abd6f256291507f664f359e701ea98c72eb5a /opcodes/configure.in
parentc90ea4e2754360d48b19b334a3861326d593295f (diff)
downloadgdb-ca44fe636f35a1f5f6f9ebb1c2a5a4875788e98b.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;;