Don't write to inferior_ptid in linux_get_siginfo_data
[deliverable/binutils-gdb.git] / sim / testsuite / configure.ac
index ceaf4ff56609f3fbd2b494acc04625c046c7582b..5d753879ad077c6d2c2c957503e4a2a4099e33f9 100644 (file)
@@ -4,7 +4,6 @@ dnl necessary to tailor a template configure script into the configure
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
-AC_PREREQ(2.59)
 AC_INIT(common/bits-tst.c)
 
 CC=${CC-cc}
 AC_INIT(common/bits-tst.c)
 
 CC=${CC-cc}
@@ -14,6 +13,9 @@ AC_CANONICAL_SYSTEM
 
 # Configure sub-directory for appropriate targets
 case ${target} in
 
 # Configure sub-directory for appropriate targets
 case ${target} in
+    d10v-*-elf )
+       AC_CONFIG_SUBDIRS(d10v-elf)
+       ;;
     frv-*-elf )
        AC_CONFIG_SUBDIRS(frv-elf)
        ;;
     frv-*-elf )
        AC_CONFIG_SUBDIRS(frv-elf)
        ;;
@@ -25,12 +27,6 @@ case ${target} in
        ;;
 esac
 
        ;;
 esac
 
-# Compute the target architecture.
-# FIXME: Will need to canonicalize some values.
-# FIXME: Should be in generally accessable place.
-case $target in
-  *) arch=${target_cpu} ;;
-esac
-AC_SUBST(arch)
+sinclude(../configure.tgt)
 
 AC_OUTPUT(Makefile)
 
 AC_OUTPUT(Makefile)
This page took 0.023001 seconds and 4 git commands to generate.