aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-08-28 09:55:55 +0000
committerAndrew Cagney <cagney@redhat.com>1997-08-28 09:55:55 +0000
commit04258deea27682f72f7e67b10875ba448155a3df (patch)
treeee82810ad296c313cbd6c2bfd1c1f13f4b6f6942 /sim/configure
parent18c319ae59d5d09bbb31a90b97b8dc03c1761014 (diff)
downloadgdb-04258deea27682f72f7e67b10875ba448155a3df.zip
gdb-04258deea27682f72f7e67b10875ba448155a3df.tar.gz
gdb-04258deea27682f72f7e67b10875ba448155a3df.tar.bz2
Make igen available when v850 is being build.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure
index 4b830a7..72b7ac6 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1327,6 +1327,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
@@ -1334,6 +1335,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
@@ -1341,6 +1343,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