OSDN Git Service

* 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 41688ba..fc9ea43 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 4f11312..ac88069 100755 (executable)
@@ -3528,6 +3528,7 @@ subdirs="$subdirs ppc"
 subdirs="$subdirs v850"
 
           common=yes
+          igen=yes
           ;;
    esac
    if test "$testsuite" = yes; then
index 2c3f29a..b16e0d8 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