From c49733122dcacffaa6e4f11bafbfac5603b79fa7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 16 Sep 2006 23:51:50 +0000 Subject: Add support for Score target. --- opcodes/configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'opcodes/configure') diff --git a/opcodes/configure b/opcodes/configure index db0fdf4a646..b8d01e6cd5d 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -5230,8 +5230,9 @@ INCINTL= XGETTEXT= GMSGFMT= POSUB= -if test -f ../intl/config.intl; then - . ../intl/config.intl + +if test -f ../intl/config.intl; then + . ../intl/config.intl fi echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 @@ -6571,6 +6572,7 @@ if test x${all_targets} = xfalse ; then bfd_romp_arch) ;; bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;; + bfd_score_arch) ta="$ta score-dis.lo" ;; bfd_sh_arch) # We can't decide what we want just from the CPU family. # We want SH5 support unless a specific version of sh is -- cgit v1.2.1