Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / opcodes / configure.ac
index eee9eac6be0d73c38edc37e36e10db8a5f16517f..2bd880feeaf7114a90d826cafe03ff55ae64bd5f 100644 (file)
@@ -311,21 +311,7 @@ if test x${all_targets} = xfalse ; then
        bfd_rx_arch)            ta="$ta rx-dis.lo rx-decode.lo";;
        bfd_s390_arch)          ta="$ta s390-dis.lo s390-opc.lo" ;;
        bfd_score_arch)         ta="$ta score-dis.lo score7-dis.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.
-         # 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 |  sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
-             sh-*-linux* | shl-*-linux*)
-                               ta="$ta sh64-dis.lo sh64-opc.lo"
-                               archdefs="$archdefs -DINCLUDE_SHMEDIA"
-                               break;;
-           esac;
-         done
-                               ta="$ta sh-dis.lo cgen-bitset.lo" ;;
+       bfd_sh_arch)            ta="$ta sh-dis.lo cgen-bitset.lo" ;;
        bfd_sparc_arch)         ta="$ta sparc-dis.lo sparc-opc.lo" ;;
        bfd_spu_arch)           ta="$ta spu-dis.lo spu-opc.lo" ;;
        bfd_tic30_arch)         ta="$ta tic30-dis.lo" ;;
This page took 0.024945 seconds and 4 git commands to generate.