From 4f8d4a386168d6152f3006187c5ecf722eb27d67 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 24 Nov 2009 19:22:45 +0000 Subject: [sim] * rx: New directory. * configure.ac: Add entry for Renesas RX. * configure: Regenerate. [include/gdb] * sim-rx.h: New. --- sim/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index a113c3a..dad245e 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -114,6 +114,9 @@ if test "${enable_sim}" != no; then AC_CONFIG_SUBDIRS(moxie) testsuite=yes ;; + rx-*-*) + AC_CONFIG_SUBDIRS(rx) + ;; sh64*-*-*) AC_CONFIG_SUBDIRS(sh64) testsuite=yes -- cgit v1.1