* configure.ac: Add igen to v850 build.

* configure: Regenerate.
This commit is contained in:
Corinna Vinschen 2005-05-17 14:11:24 +00:00
parent 40a4d956e2
commit c3357c6410
3 changed files with 7 additions and 0 deletions

View 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.

1
sim/configure vendored
View File

@ -3528,6 +3528,7 @@ subdirs="$subdirs ppc"
subdirs="$subdirs v850"
common=yes
igen=yes
;;
esac
if test "$testsuite" = yes; then

View 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