diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-13 15:39:44 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-13 15:39:44 +0000 |
commit | 942e7dd9113bfab19db743a7597599579689d77c (patch) | |
tree | 3d0222fa702c8ec8dd5b1aaa5b3046c33083e073 /opcodes/configure.in | |
parent | 4c90d51b966e73810ab515a5ded2240482647f7f (diff) | |
download | gdb-942e7dd9113bfab19db743a7597599579689d77c.zip gdb-942e7dd9113bfab19db743a7597599579689d77c.tar.gz gdb-942e7dd9113bfab19db743a7597599579689d77c.tar.bz2 |
* configure.in (shle-*-*elf*): Include sh64 support.
* configure: Regenerate.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 3 |
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;; |