diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-08-08 18:57:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-08-08 18:57:25 +0000 |
commit | ce928021ab9b37594f8caa625b84783793ee5095 (patch) | |
tree | f4c08bdf65384d313ce82f462a7922af8086f106 /sim/configure.ac | |
parent | 9bdcbae7fe5d41beb308223fd65123fb700e2e1d (diff) | |
download | gdb-ce928021ab9b37594f8caa625b84783793ee5095.zip gdb-ce928021ab9b37594f8caa625b84783793ee5095.tar.gz gdb-ce928021ab9b37594f8caa625b84783793ee5095.tar.bz2 |
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.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 205482b..b58206e 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 |