]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Build IGEN with the MIPS simulator.
authorAndrew Cagney <cagney@redhat.com>
Thu, 9 Oct 1997 00:41:14 +0000 (00:41 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 9 Oct 1997 00:41:14 +0000 (00:41 +0000)
sim/configure.in

index 7f0dc193dce1cc9ae22e50e4250c10c3b861e31f..f5a8400ee83331f65c78b2f6c90c915990e74b4b 100644 (file)
@@ -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.