summaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-01-17 18:04:10 +0000
committerAndrew Cagney <cagney@redhat.com>2005-01-17 18:04:10 +0000
commitfb021b8c04c1fb1a800f340ef677b24602e644e7 (patch)
tree6b80990bc740d65466a363e74e4103e064f1060a /sim/configure.ac
parent7e58d7aa0254aa4ee6cd18b0b16609a2dfc9a40f (diff)
downloadgdb-fb021b8c04c1fb1a800f340ef677b24602e644e7.tar.gz
2005-01-17 Andrew Cagney <cagney@gnu.org>
* configure.ac: For mips*-*-* and mn10300*-*-* configure the common directory. Remove sparc*-*-* from list.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 8d5f6bb6563..dae2687cd8b 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -81,10 +81,12 @@ if test "${enable_sim}" != no; then
mips*-*-*)
AC_CONFIG_SUBDIRS(mips)
testsuite=yes
+ common=yes
igen=yes
;;
mn10300*-*-*)
AC_CONFIG_SUBDIRS(mn10300)
+ common=yes
igen=yes
;;
sh*-*-*)
@@ -100,9 +102,6 @@ if test "${enable_sim}" != no; then
AC_CONFIG_SUBDIRS(v850)
common=yes
;;
- sparc*-*-*)
- AC_CONFIG_SUBDIRS(erc32)
- ;;
esac
if test "$testsuite" = yes; then
AC_CONFIG_SUBDIRS(testsuite)