aboutsummaryrefslogtreecommitdiff
path: root/opcodes/configure
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-02-09 03:25:25 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-02-09 03:25:25 +0000
commite8b872bb0236340391db998ad4459327e4cf9d55 (patch)
treedcad7bff7fac7faeee5fab81a10afb6ab3680dbe /opcodes/configure
parent20a5393bb62d943febbfabf52f03cd61e2cba0ee (diff)
downloadgdb-e8b872bb0236340391db998ad4459327e4cf9d55.zip
gdb-e8b872bb0236340391db998ad4459327e4cf9d55.tar.gz
gdb-e8b872bb0236340391db998ad4459327e4cf9d55.tar.bz2
* configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
* configure: Rebuilt.
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-xopcodes/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/configure b/opcodes/configure
index 84de642..892ffa3 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -4619,8 +4619,10 @@ if test x${all_targets} = xfalse ; then
bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
bfd_sh_arch)
# We can't decide what we want just from the CPU family.
+ # We want SH5 support unless a specific version of sh is
+ # specified, as in sh3-elf, sh3b-linux-gnu, etc.
case " $target $canon_targets " in
- *" all "* | *" sh64-"* )
+ *" all "* | *" sh64-"* | *" sh-"* | *" shl-"*)
ta="$ta sh64-dis.lo sh64-opc.lo"
archdefs="$archdefs -DINCLUDE_SHMEDIA";;
esac;