Add TMS320C4x support
[deliverable/binutils-gdb.git] / opcodes / configure
index a83d43df19c06d865edb49d53af02efe7302f05a..6825a0b020b74aff428091bcc22d92dcde5b047d 100755 (executable)
@@ -2625,7 +2625,7 @@ else
 fi
 
 
-ALL_LINGUAS="fr sv tr es da de id"
+ALL_LINGUAS="fr sv tr es da de id pt_BR"
 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
 echo "configure:2631: checking how to run the C preprocessor" >&5
 # On Suns, sometimes $CPP names a directory.
@@ -4614,6 +4614,7 @@ if test x${all_targets} = xfalse ; then
        bfd_i860_arch)          ta="$ta i860-dis.lo" ;;
        bfd_i960_arch)          ta="$ta i960-dis.lo" ;;
        bfd_ia64_arch)          ta="$ta ia64-dis.lo ia64-opc.lo" ;;
+       bfd_ip2k_arch)          ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
        bfd_m32r_arch)          ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
        bfd_m68hc11_arch)       ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
        bfd_m68hc12_arch)       ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
@@ -4642,7 +4643,7 @@ 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* | shle-*-*elf* | \
+             all |  sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
              sh-*-linux* | shl-*-linux*)
                                ta="$ta sh64-dis.lo sh64-opc.lo"
                                archdefs="$archdefs -DINCLUDE_SHMEDIA"
@@ -4653,6 +4654,7 @@ if test x${all_targets} = xfalse ; then
        bfd_sparc_arch)         ta="$ta sparc-dis.lo sparc-opc.lo" ;;
        bfd_tahoe_arch)         ;;
        bfd_tic30_arch)         ta="$ta tic30-dis.lo" ;;
+        bfd_tic4x_arch)         ta="$ta tic4x-dis.lo" ;;
        bfd_tic54x_arch)        ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
        bfd_tic80_arch)         ta="$ta tic80-dis.lo tic80-opc.lo" ;;
        bfd_v850_arch)          ta="$ta v850-opc.lo v850-dis.lo" ;;
@@ -4663,6 +4665,7 @@ if test x${all_targets} = xfalse ; then
        bfd_we32k_arch)         ;;
        bfd_xstormy16_arch)     ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
        bfd_z8k_arch)           ta="$ta z8k-dis.lo" ;;
+       bfd_frv_arch)           ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
 
        "")                     ;;
        *)              { echo "configure: error: *** unknown target architecture $arch" 1>&2; exit 1; } ;;
This page took 0.025295 seconds and 4 git commands to generate.