diff --git a/sim/ChangeLog b/sim/ChangeLog index e5d2ec05be..e073510414 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-v850eq +Fri Sep 12 13:10:31 1997 Andrew Cagney + + * configure.in (extra_subdirs): v850eq needs igen. + * configure: Re-generate. + +end-sanitize-v850eq Mon Sep 1 16:48:23 1997 Andrew Cagney * configure.in (testdir): When a testsuite directory, add that to diff --git a/sim/configure b/sim/configure index dabbdb65f0..e4cbc84c0a 100755 --- a/sim/configure +++ b/sim/configure @@ -1341,6 +1341,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 417d3df282..395e459b9f 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -106,6 +106,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