Deleted Added
full compact
201a202
> bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;;
210a212,223
> # 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.
> # 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*)
> ta="$ta sh64-dis.lo sh64-opc.lo"
> archdefs="$archdefs -DINCLUDE_SHMEDIA"
> break;;
> esac;
> done