aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-05-17 14:11:24 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-05-17 14:11:24 +0000
commitc3357c6410a943a30157dff506e9496061957750 (patch)
treef9b5367a1710fc30804926fb694916cd5e3ebaf8 /sim/configure.ac
parent40a4d956e2fd1156b385db42f51ebec066e4f537 (diff)
downloadfsf-binutils-gdb-c3357c6410a943a30157dff506e9496061957750.zip
fsf-binutils-gdb-c3357c6410a943a30157dff506e9496061957750.tar.gz
fsf-binutils-gdb-c3357c6410a943a30157dff506e9496061957750.tar.bz2
* configure.ac: Add igen to v850 build.
* configure: Regenerate.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 2c3f29a..b16e0d8 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -116,6 +116,7 @@ if test "${enable_sim}" != no; then
v850*-*-* )
AC_CONFIG_SUBDIRS(v850)
common=yes
+ igen=yes
;;
esac
if test "$testsuite" = yes; then