* config/tc-d10v.c (write_2_short): Fix bug that wouldn't allow
[deliverable/binutils-gdb.git] / opcodes / configure.in
index 2f4c78392eb582f253b4252ee67898e58650d262..424705f130e651b6566600bf50770b28f85392c0 100644 (file)
@@ -8,6 +8,9 @@ AC_CANONICAL_SYSTEM
 
 AM_INIT_AUTOMAKE(opcodes, 2.8.2)
 
+dnl Default to a non shared library.  This may be overridden by the
+dnl configure option --enable-shared.
+enable_shared=no
 AM_PROG_LIBTOOL
 
 AC_ARG_ENABLE(targets,
@@ -97,9 +100,7 @@ if test x${all_targets} = xfalse ; then
        bfd_a29k_arch)          ta="$ta a29k-dis.lo" ;;
        bfd_alliant_arch)       ;;
        bfd_alpha_arch)         ta="$ta alpha-dis.lo alpha-opc.lo" ;;
-# start-sanitize-arc
        bfd_arc_arch)           ta="$ta arc-dis.lo arc-opc.lo" ;;
-# end-sanitize-arc
        bfd_arm_arch)           ta="$ta arm-dis.lo" ;;
        bfd_convex_arch)        ;;
        bfd_d10v_arch)          ta="$ta d10v-dis.lo d10v-opc.lo" ;;
@@ -129,9 +130,13 @@ if test x${all_targets} = xfalse ; then
 # start-sanitize-tic80
        bfd_tic80_arch)         ta="$ta tic80-dis.lo tic80-opc.lo" ;;
 # end-sanitize-tic80
-# start-sanitize-v850
        bfd_v850_arch)          ta="$ta v850-opc.lo v850-dis.lo" ;;
-# end-sanitize-v850
+# start-sanitize-v850e
+       bfd_v850e_arch)         ta="$ta v850-opc.lo v850-dis.lo" ;;
+# end-sanitize-v850e
+# start-sanitize-v850eq
+       bfd_v850eq_arch)        ta="$ta v850-opc.lo v850-dis.lo" ;;
+# end-sanitize-v850eq
        bfd_vax_arch)           ;;
        bfd_w65_arch)           ta="$ta w65-dis.lo" ;;
        bfd_we32k_arch)         ;;
This page took 0.024989 seconds and 4 git commands to generate.