From: Andrew Cagney Date: Thu, 9 Oct 1997 00:41:14 +0000 (+0000) Subject: Build IGEN with the MIPS simulator. X-Git-Tag: gdb-4_18~4522 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2875c6c6853325552cd9fb35c6d4842da47ca9cc;p=thirdparty%2Fbinutils-gdb.git Build IGEN with the MIPS simulator. --- diff --git a/sim/configure.in b/sim/configure.in index 7f0dc193dce..f5a8400ee83 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.