aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/ChangeLog7
-rwxr-xr-xsim/configure1
-rw-r--r--sim/configure.in1
3 files changed, 9 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index e5d2ec0..e073510 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,10 @@
+start-sanitize-v850eq
+Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * configure.in (extra_subdirs): v850eq needs igen.
+ * configure: Re-generate.
+
+end-sanitize-v850eq
Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in (testdir): When a testsuite directory, add that to
diff --git a/sim/configure b/sim/configure
index dabbdb6..e4cbc84 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 417d3df..395e459 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