aboutsummaryrefslogtreecommitdiff
path: root/sim
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
parent40a4d956e2fd1156b385db42f51ebec066e4f537 (diff)
downloadgdb-c3357c6410a943a30157dff506e9496061957750.zip
gdb-c3357c6410a943a30157dff506e9496061957750.tar.gz
gdb-c3357c6410a943a30157dff506e9496061957750.tar.bz2
* configure.ac: Add igen to v850 build.
* configure: Regenerate.
Diffstat (limited to 'sim')
-rw-r--r--sim/ChangeLog5
-rwxr-xr-xsim/configure1
-rw-r--r--sim/configure.ac1
3 files changed, 7 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 41688ba..fc9ea43 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-17 Corinna Vinschen <vinschen@redhat.com>
+
+ * configure.ac: Add igen to v850 build.
+ * configure: Regenerate.
+
2005-04-29 Paul Brook <paul@codesourcery.com>
* common/callback.c (PIPE_BUF): Provide default definition.
diff --git a/sim/configure b/sim/configure
index 4f11312..ac88069 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 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