diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-05-17 14:11:24 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-05-17 14:11:24 +0000 |
commit | c3357c6410a943a30157dff506e9496061957750 (patch) | |
tree | f9b5367a1710fc30804926fb694916cd5e3ebaf8 /sim/configure.ac | |
parent | 40a4d956e2fd1156b385db42f51ebec066e4f537 (diff) | |
download | gdb-c3357c6410a943a30157dff506e9496061957750.zip gdb-c3357c6410a943a30157dff506e9496061957750.tar.gz gdb-c3357c6410a943a30157dff506e9496061957750.tar.bz2 |
* configure.ac: Add igen to v850 build.
* configure: Regenerate.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |