diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-12 03:13:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-12 03:13:27 +0000 |
commit | 944deab68edff4993da304bc2ed56827310b11ca (patch) | |
tree | 69064d79b8144694a8547c573a8f07620cc551a2 | |
parent | 93e7a1b5b74ce4e5a030378b5f39077aed9d0912 (diff) | |
download | gdb-944deab68edff4993da304bc2ed56827310b11ca.zip gdb-944deab68edff4993da304bc2ed56827310b11ca.tar.gz gdb-944deab68edff4993da304bc2ed56827310b11ca.tar.bz2 |
v850eq wasn't building igen directory.
-rw-r--r-- | sim/ChangeLog | 7 | ||||
-rwxr-xr-x | sim/configure | 1 | ||||
-rw-r--r-- | sim/configure.in | 1 |
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 |