diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-09 00:41:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-09 00:41:14 +0000 |
commit | 2875c6c6853325552cd9fb35c6d4842da47ca9cc (patch) | |
tree | bbf488bb85a58a1a4d623375c20c1ef700c12f92 /sim/configure.in | |
parent | 8a8a91a5b7afbba7c768c82a8e5d950dc59505d9 (diff) | |
download | gdb-2875c6c6853325552cd9fb35c6d4842da47ca9cc.zip gdb-2875c6c6853325552cd9fb35c6d4842da47ca9cc.tar.gz gdb-2875c6c6853325552cd9fb35c6d4842da47ca9cc.tar.bz2 |
Build IGEN with the MIPS simulator.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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. |