sim: lm32: add a basic testsuite
[deliverable/binutils-gdb.git] / sim / testsuite / configure.ac
index ceaf4ff56609f3fbd2b494acc04625c046c7582b..b61fce05d78d29da11211d7a275c96bf60f3d13b 100644 (file)
@@ -14,6 +14,9 @@ AC_CANONICAL_SYSTEM
 
 # Configure sub-directory for appropriate targets
 case ${target} in
+    d10v-*-elf )
+       AC_CONFIG_SUBDIRS(d10v-elf)
+       ;;
     frv-*-elf )
        AC_CONFIG_SUBDIRS(frv-elf)
        ;;
@@ -25,12 +28,6 @@ case ${target} in
        ;;
 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)
This page took 0.023639 seconds and 4 git commands to generate.