diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-05-06 17:14:34 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-05-06 17:14:34 +0000 |
commit | c5e76939ac99336cf2e209f68d36aa72363345ae (patch) | |
tree | 7653039de06cc5e99121ea2cfdb68379d9dfe2ae /opcodes/configure | |
parent | 00c68c85cbcea6b5a25635635b45b9945888b0e7 (diff) | |
download | gdb-c5e76939ac99336cf2e209f68d36aa72363345ae.tar.gz |
Support for tic54x target.
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-x | opcodes/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure b/opcodes/configure index c6caa7b3ebc..078dd12e9f6 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -3963,6 +3963,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_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" ;; bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; |