From edece23776d06c405e0b71b38cfcc80b501bac15 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 8 Mar 2005 08:55:34 +0000 Subject: * iq2000: New target subdirectory. * configure.ac: Add iq2000 target. * configure: Regenerate. --- sim/configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index e020b73..f3be6c12 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -68,6 +68,11 @@ if test "${enable_sim}" != no; then testsuite=yes common=yes ;; + iq2000-*-*) + AC_CONFIG_SUBDIRS(iq2000) + testsuite=yes + common=yes + ;; m32r-*-*) AC_CONFIG_SUBDIRS(m32r) testsuite=yes -- cgit v1.1