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 /sim/configure | |
parent | 93e7a1b5b74ce4e5a030378b5f39077aed9d0912 (diff) | |
download | gdb-944deab68edff4993da304bc2ed56827310b11ca.zip gdb-944deab68edff4993da304bc2ed56827310b11ca.tar.gz gdb-944deab68edff4993da304bc2ed56827310b11ca.tar.bz2 |
v850eq wasn't building igen directory.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 1 |
1 files changed, 1 insertions, 0 deletions
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 |