diff options
author | DJ Delorie <dj@redhat.com> | 2009-11-24 19:22:45 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-11-24 19:22:45 +0000 |
commit | 4f8d4a386168d6152f3006187c5ecf722eb27d67 (patch) | |
tree | e86bf5972e5f09f8c37230b21c220a65a116e734 /sim/configure.ac | |
parent | e4d2e6658e104829003a91249ffe27ae1afb0b34 (diff) | |
download | gdb-4f8d4a386168d6152f3006187c5ecf722eb27d67.zip gdb-4f8d4a386168d6152f3006187c5ecf722eb27d67.tar.gz gdb-4f8d4a386168d6152f3006187c5ecf722eb27d67.tar.bz2 |
[sim]
* rx: New directory.
* configure.ac: Add entry for Renesas RX.
* configure: Regenerate.
[include/gdb]
* sim-rx.h: New.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 |