summaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-08-08 18:57:25 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-08-08 18:57:25 +0000
commit88160bca966a36ddde86267edd3dbf1a51213990 (patch)
treeb66d1a68cc81a0c1e19bb821728383031fb259b2 /sim/configure.ac
parent34eca5065f654fac8cf870595d74cac72589e770 (diff)
downloadgdb-88160bca966a36ddde86267edd3dbf1a51213990.tar.gz
gdb/
* config/sparc/embed.mt: New file. * configure.tgt (sparc-*-rtems*): Use embed.mt. sim/ * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator. * Makefile.in (FLAGS_TO_PASS): Include libdir. * configure: Regenerated. sim/erc32/ * Makefile.in (func.o, help.o): Correct dependencies. * Makefile.in (install-sis): Honor DESTDIR.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 205482bcc90..b58206e9426 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -115,6 +115,11 @@ if test "${enable_sim}" != no; then
testsuite=yes
common=yes
;;
+ sparc-*-rtems*|sparc-*-elf*)
+ AC_CONFIG_SUBDIRS(erc32)
+ testsuite=yes
+ common=yes
+ ;;
powerpc*-*-* )
AC_CONFIG_SUBDIRS(ppc)
common=yes