diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-08-28 09:55:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-08-28 09:55:55 +0000 |
commit | 04258deea27682f72f7e67b10875ba448155a3df (patch) | |
tree | ee82810ad296c313cbd6c2bfd1c1f13f4b6f6942 /sim/configure.in | |
parent | 18c319ae59d5d09bbb31a90b97b8dc03c1761014 (diff) | |
download | ppe42-binutils-04258deea27682f72f7e67b10875ba448155a3df.tar.gz ppe42-binutils-04258deea27682f72f7e67b10875ba448155a3df.zip |
Make igen available when v850 is being build.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in index afd37bc554..99f4aed631 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 |