From 2875c6c6853325552cd9fb35c6d4842da47ca9cc Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 9 Oct 1997 00:41:14 +0000 Subject: [PATCH] Build IGEN with the MIPS simulator. --- sim/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/configure.in b/sim/configure.in index 7f0dc19..f5a8400 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -63,6 +63,7 @@ case "${target}" in # The MIPS simulator can only be compiled by gcc. sim_target=mips only_if_gcc=yes + extra_subdirs="${extra_subdirs} igen" ;; mn10300*-*-*) # The mn10300 simulator can only be compiled by gcc. -- 2.7.4