diff options
author | Dave Brolley <brolley@redhat.com> | 2006-10-18 18:18:26 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2006-10-18 18:18:26 +0000 |
commit | d03bdc649f589ffd7c45a97850994dc2bf757b51 (patch) | |
tree | f40bca96ec95a3fcc71155ab18fd174e79d9b595 /opcodes/configure.in | |
parent | f21e864118dc4f9a0e2162e82c9de0445d8df640 (diff) | |
download | binutils-redhat-d03bdc649f589ffd7c45a97850994dc2bf757b51.tar.gz |
2006-10-18 Dave Brolley <brolley@redhat.com>
* configure.in (BFD_MACHINES): Add cgen-bitset.lo for bfd_sh_arch.
* configure: Regenerated.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in index ef8463a151..b8cb7de53e 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -216,7 +216,7 @@ if test x${all_targets} = xfalse ; then break;; esac; done - ta="$ta sh-dis.lo" ;; + ta="$ta sh-dis.lo cgen-bitset.lo" ;; bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;; bfd_tahoe_arch) ;; bfd_tic30_arch) ta="$ta tic30-dis.lo" ;; |