summaryrefslogtreecommitdiff
path: root/opcodes/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-02-17 14:36:28 +0000
committerNick Clifton <nickc@redhat.com>2006-02-17 14:36:28 +0000
commit6da0fc66d7b0ae80a1cf0ecc175a1089ea4d8340 (patch)
tree140eed383a508ee32134cbab90a52cc908506397 /opcodes/configure
parent3aa662522219e23c100f40abf241c49639814939 (diff)
downloadbinutils-redhat-6da0fc66d7b0ae80a1cf0ecc175a1089ea4d8340.tar.gz
Add support for the Infineon XC16X.
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-xopcodes/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure b/opcodes/configure
index a24d0669df..b692e83816 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -8875,6 +8875,7 @@ if test x${all_targets} = xfalse ; then
bfd_vax_arch) ta="$ta vax-dis.lo" ;;
bfd_w65_arch) ta="$ta w65-dis.lo" ;;
bfd_we32k_arch) ;;
+ bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
bfd_z80_arch) ta="$ta z80-dis.lo" ;;