* configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 9 Feb 2002 03:25:25 +0000 (03:25 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 9 Feb 2002 03:25:25 +0000 (03:25 +0000)
* configure: Rebuilt.

opcodes/ChangeLog
opcodes/configure
opcodes/configure.in

index c91f70b7b4fd691669d57b1717bfa39918ef1522..fef1903927fc912cca319bb0b0d70bd889e5248c 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
+       * configure: Rebuilt.
+
 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
 
        * or32-opc.c: Fix compile time warning messages.
index 84de642c98990f30d08ff85399770de51639dc91..892ffa39b0d4b2cfab424f3875b1a5b98b6b6133 100755 (executable)
@@ -4619,8 +4619,10 @@ if test x${all_targets} = xfalse ; then
        bfd_s390_arch)          ta="$ta s390-dis.lo s390-opc.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
+         # specified, as in sh3-elf, sh3b-linux-gnu, etc.
          case " $target $canon_targets " in
-            *" all "* | *" sh64-"* )
+            *" all "* | *" sh64-"* | *" sh-"* | *" shl-"*)
                                ta="$ta sh64-dis.lo sh64-opc.lo"
                                archdefs="$archdefs -DINCLUDE_SHMEDIA";;
          esac;
index d98968841b542bc817ce439dd703bb6ac4ad6881..587422b6d98ace68b99736d1268118ab1a928a35 100644 (file)
@@ -210,8 +210,10 @@ if test x${all_targets} = xfalse ; then
        bfd_s390_arch)          ta="$ta s390-dis.lo s390-opc.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
+         # specified, as in sh3-elf, sh3b-linux-gnu, etc.
          case " $target $canon_targets " in
-            *" all "* | *" sh64-"* )
+            *" all "* | *" sh64-"* | *" sh-"* | *" shl-"*)
                                ta="$ta sh64-dis.lo sh64-opc.lo"
                                archdefs="$archdefs -DINCLUDE_SHMEDIA";;
          esac;
This page took 0.031422 seconds and 4 git commands to generate.