Don't write to inferior_ptid in linux_get_siginfo_data
[deliverable/binutils-gdb.git] / sim / testsuite / configure.ac
index ba17a3362ae09cae38f5b40c3c3c78529a212e74..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)
        ;;
This page took 0.022689 seconds and 4 git commands to generate.