diff options
author | 2003-04-01 15:50:31 +0000 | |
---|---|---|
committer | 2003-04-01 15:50:31 +0000 | |
commit | e0001a05d2e4967ee86f4468cdc4fafea66b92d1 (patch) | |
tree | 4676b72e452f4dfc81e8d6646fb43f63a108da1b /opcodes/configure.in | |
parent | * frame.c (get_prev_frame): Disable call to inside_entry_file(). (diff) | |
download | binutils-gdb-e0001a05d2e4967ee86f4468cdc4fafea66b92d1.tar.gz binutils-gdb-e0001a05d2e4967ee86f4468cdc4fafea66b92d1.tar.bz2 binutils-gdb-e0001a05d2e4967ee86f4468cdc4fafea66b92d1.zip |
Add Xtensa port
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in index 6e74b15cc3b..e4014f1bab4 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -241,6 +241,7 @@ if test x${all_targets} = xfalse ; then bfd_w65_arch) ta="$ta w65-dis.lo" ;; 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_xtensa_arch) ta="$ta xtensa-dis.lo" ;; 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 ;; |