From: Corinna Vinschen Date: Tue, 17 May 2005 14:11:24 +0000 (+0000) Subject: * configure.ac: Add igen to v850 build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3357c6410a943a30157dff506e9496061957750;p=binutils-gdb.git * configure.ac: Add igen to v850 build. * configure: Regenerate. --- diff --git a/sim/ChangeLog b/sim/ChangeLog index 41688bab7bf..fc9ea43f824 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +2005-05-17 Corinna Vinschen + + * configure.ac: Add igen to v850 build. + * configure: Regenerate. + 2005-04-29 Paul Brook * common/callback.c (PIPE_BUF): Provide default definition. diff --git a/sim/configure b/sim/configure index 4f11312e7d0..ac880694002 100755 --- a/sim/configure +++ b/sim/configure @@ -3528,6 +3528,7 @@ subdirs="$subdirs ppc" subdirs="$subdirs v850" common=yes + igen=yes ;; esac if test "$testsuite" = yes; then diff --git a/sim/configure.ac b/sim/configure.ac index 2c3f29a7952..b16e0d86ace 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