* configure.ac: Add igen to v850 build.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 17 May 2005 14:11:24 +0000 (14:11 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 17 May 2005 14:11:24 +0000 (14:11 +0000)
* configure: Regenerate.

sim/ChangeLog
sim/configure
sim/configure.ac

index 41688bab7bf6b285869cc5ee36ad724e1655ab31..fc9ea43f8249ceba5f823418d032bb56a4616b91 100644 (file)
@@ -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.
index 4f11312e7d03cb7db9d00c6d3b8412e371b463ec..ac880694002fadfae213c140d1a42d15a0e51958 100755 (executable)
@@ -3528,6 +3528,7 @@ subdirs="$subdirs ppc"
 subdirs="$subdirs v850"
 
           common=yes
+          igen=yes
           ;;
    esac
    if test "$testsuite" = yes; then
index 2c3f29a7952f7e6f5e4caf5b28840983f79fb680..b16e0d86ace24e032d824ee85ca072d6afa316db 100644 (file)
@@ -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
This page took 0.033933 seconds and 4 git commands to generate.