From: Andrew Cagney Date: Thu, 28 Aug 1997 09:55:55 +0000 (+0000) Subject: Make igen available when v850 is being build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04258deea27682f72f7e67b10875ba448155a3df;p=binutils-gdb.git Make igen available when v850 is being build. --- diff --git a/sim/ChangeLog b/sim/ChangeLog index 9b412270998..5aebd7077b1 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 19 11:17:46 1997 Andrew Cagney + + * configure.in (extra_subdirs): Enable igen ready for V850. + Tue Aug 26 15:14:48 1997 Andrew Cagney * configure.in (w65-*-*, only_if_enabled): Set. diff --git a/sim/configure b/sim/configure index 4b830a78d2b..72b7ac6b464 100755 --- a/sim/configure +++ b/sim/configure @@ -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 diff --git a/sim/configure.in b/sim/configure.in index afd37bc5548..99f4aed6317 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -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