]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Make igen available when v850 is being build.
authorAndrew Cagney <cagney@redhat.com>
Thu, 28 Aug 1997 09:55:55 +0000 (09:55 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 28 Aug 1997 09:55:55 +0000 (09:55 +0000)
sim/ChangeLog
sim/configure
sim/configure.in

index 9b4122709982e7ea63d39df698f392adc9fa2acc..5aebd7077b1beed2c8b38d21b317e13f10168377 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 19 11:17:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (extra_subdirs): Enable igen ready for V850.
+
 Tue Aug 26 15:14:48 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * configure.in (w65-*-*, only_if_enabled): Set.
index 4b830a78d2bbe7af9fc0108552a1f4370f8b47a3..72b7ac6b464805ce4b1ac7acfe0e369042021093 100755 (executable)
@@ -1327,6 +1327,7 @@ case "${target}" in
   v850-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
+       extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
 # end-sanitize-v850
@@ -1334,6 +1335,7 @@ case "${target}" in
   v850e-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
+       extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
 # end-sanitize-v850e
@@ -1341,6 +1343,7 @@ case "${target}" in
   v850eq-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
+       extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
 # end-sanitize-v850eq
index afd37bc5548f2c910b1f540031b666ab510556ba..99f4aed6317ca020029754293b09245072784962 100644 (file)
@@ -92,6 +92,7 @@ case "${target}" in
   v850-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
+       extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
 # end-sanitize-v850
@@ -99,6 +100,7 @@ case "${target}" in
   v850e-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
+       extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
 # end-sanitize-v850e