From 04258deea27682f72f7e67b10875ba448155a3df Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 28 Aug 1997 09:55:55 +0000 Subject: Make igen available when v850 is being build. --- sim/configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sim/configure') 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 -- cgit v1.1