diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-17 18:04:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-17 18:04:10 +0000 |
commit | 4ac6917f4daab5860a8f8a2a5dfe14cadd601ebb (patch) | |
tree | 1c0903cfc15d2e2b29e8890f6f0fe16e6f0f8864 /sim/configure.ac | |
parent | dcf507a6ee15da805fbe39e510d7ab7fbf2b09f6 (diff) | |
download | gdb-4ac6917f4daab5860a8f8a2a5dfe14cadd601ebb.zip gdb-4ac6917f4daab5860a8f8a2a5dfe14cadd601ebb.tar.gz gdb-4ac6917f4daab5860a8f8a2a5dfe14cadd601ebb.tar.bz2 |
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.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 8d5f6bb..dae2687 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) |