sim: d10v: link in missing testsuite
[deliverable/binutils-gdb.git] / sim / testsuite / configure.ac
1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
6
7 AC_PREREQ(2.59)
8 AC_INIT(common/bits-tst.c)
9
10 CC=${CC-cc}
11 AC_SUBST(CC)
12 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
13 AC_CANONICAL_SYSTEM
14
15 # Configure sub-directory for appropriate targets
16 case ${target} in
17 d10v-*-elf )
18 AC_CONFIG_SUBDIRS(d10v-elf)
19 ;;
20 frv-*-elf )
21 AC_CONFIG_SUBDIRS(frv-elf)
22 ;;
23 m32r-*-elf )
24 AC_CONFIG_SUBDIRS(m32r-elf)
25 ;;
26 mips64el-*-elf )
27 AC_CONFIG_SUBDIRS(mips64el-elf)
28 ;;
29 esac
30
31 sinclude(../configure.tgt)
32
33 AC_OUTPUT(Makefile)
This page took 0.030758 seconds and 4 git commands to generate.