summaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-08-08 18:57:25 +0000
committerDaniel Jacobowitz <drow@false.org>2006-08-08 18:57:25 +0000
commitce928021ab9b37594f8caa625b84783793ee5095 (patch)
treef4c08bdf65384d313ce82f462a7922af8086f106 /sim/configure
parent9bdcbae7fe5d41beb308223fd65123fb700e2e1d (diff)
downloadbinutils-gdb-ce928021ab9b37594f8caa625b84783793ee5095.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')
-rwxr-xr-xsim/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure
index 8346c59d470..cc9a9151206 100755
--- a/sim/configure
+++ b/sim/configure
@@ -286,6 +286,7 @@ ac_subdirs_all="$ac_subdirs_all mips"
ac_subdirs_all="$ac_subdirs_all mn10300"
ac_subdirs_all="$ac_subdirs_all sh64"
ac_subdirs_all="$ac_subdirs_all sh"
+ac_subdirs_all="$ac_subdirs_all erc32"
ac_subdirs_all="$ac_subdirs_all ppc"
ac_subdirs_all="$ac_subdirs_all v850"
ac_subdirs_all="$ac_subdirs_all testsuite"
@@ -3525,6 +3526,14 @@ subdirs="$subdirs sh"
testsuite=yes
common=yes
;;
+ sparc-*-rtems*|sparc-*-elf*)
+
+
+subdirs="$subdirs erc32"
+
+ testsuite=yes
+ common=yes
+ ;;
powerpc*-*-* )