* configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64

support only for sh-*-*elf*, shl-*-*elf*, sh-*-linux* and
	shl-*-linux*.
	* configure: Regenerate.
This commit is contained in:
Hans-Peter Nilsson 2002-02-10 20:40:56 +00:00
parent e58ee0cdf8
commit ca0f2ed6f8
3 changed files with 194 additions and 190 deletions

View File

@ -1,3 +1,10 @@
2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
* configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64
support only for sh-*-*elf*, shl-*-*elf*, sh-*-linux* and
shl-*-linux*.
* configure: Regenerate.
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* cgen-dis.c: Add prototypes for count_decodable_bits

355
opcodes/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -212,11 +212,15 @@ if test x${all_targets} = xfalse ; then
# We can't decide what we want just from the CPU family.
# We want SH5 support unless a specific version of sh is
# specified, as in sh3-elf, sh3b-linux-gnu, etc.
case " $target $canon_targets " in
*" all "* | *" sh64-"* | *" sh-"* | *" shl-"*)
# Include it just for ELF targets, since the SH5 bfd:s are ELF only.
for t in $target $canon_targets; do
case $t in
all | sh64-* | sh-*-*elf* | shl-*-*elf* | sh-*-linux* | shl-*-linux*)
ta="$ta sh64-dis.lo sh64-opc.lo"
archdefs="$archdefs -DINCLUDE_SHMEDIA";;
archdefs="$archdefs -DINCLUDE_SHMEDIA"
break;;
esac;
done
ta="$ta sh-dis.lo" ;;
bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
bfd_tahoe_arch) ;;