From b97f0bea17d66a8681574fede9597e7432a9569a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 17 May 2005 14:11:24 +0000 Subject: [PATCH] * configure.ac: Add igen to v850 build. * configure: Regenerate. --- sim/ChangeLog | 5 +++++ sim/configure | 1 + sim/configure.ac | 1 + 3 files changed, 7 insertions(+) diff --git a/sim/ChangeLog b/sim/ChangeLog index 41688bab7b..fc9ea43f82 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 4f11312e7d..ac88069400 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 2c3f29a795..b16e0d86ac 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 -- 2.11.0