aboutsummaryrefslogtreecommitdiff
path: root/opcodes/configure.in
diff options
context:
space:
mode:
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 699f9be..5257d2a 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;;