Add moxie simulator

This commit is contained in:
Anthony Green
2009-05-01 03:03:41 +00:00
parent 1ec7823fec
commit fdd6fa6167
11 changed files with 9758 additions and 2445 deletions

View File

@@ -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