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 | d3f1a42773f49df6e504ab417882daf0ef9ba026 (patch) | |
tree | d59597e6ec9e9554fffd655dbe67883a85d6ac19 /opcodes/configure | |
parent | c7e628df2ea65e93345a60bab86af1428213f94d (diff) | |
download | gdb-d3f1a42773f49df6e504ab417882daf0ef9ba026.zip gdb-d3f1a42773f49df6e504ab417882daf0ef9ba026.tar.gz gdb-d3f1a42773f49df6e504ab417882daf0ef9ba026.tar.bz2 |
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')
-rwxr-xr-x | opcodes/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/configure b/opcodes/configure index b8d01e6..ed91eca 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -6587,7 +6587,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" ;; |