Build IGEN with the MIPS simulator.

This commit is contained in:
Andrew Cagney 1997-10-09 00:41:14 +00:00
parent 8a8a91a5b7
commit 2875c6c685
1 changed files with 1 additions and 0 deletions

View 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.