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