From fdd6fa616728a3e9433c673e12e3ad6c1fee0e78 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Fri, 1 May 2009 03:03:41 +0000 Subject: Add moxie simulator --- sim/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index e7b0585..cd529ac 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -101,6 +101,10 @@ if test "${enable_sim}" != no; then AC_CONFIG_SUBDIRS(mn10300) igen=yes ;; + moxie-*-*) + AC_CONFIG_SUBDIRS(moxie) + testsuite=yes + ;; sh64*-*-*) AC_CONFIG_SUBDIRS(sh64) testsuite=yes -- cgit v1.1