[PATCH 22/57][Arm][GAS] Add support for MVE instructions: vmlaldav, vmlalv, vmlsldav...
[binutils-gdb.git] / sim / testsuite / configure.ac
blob5d753879ad077c6d2c2c957503e4a2a4099e33f9
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.
7 AC_INIT(common/bits-tst.c)
9 CC=${CC-cc}
10 AC_SUBST(CC)
11 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
12 AC_CANONICAL_SYSTEM
14 # Configure sub-directory for appropriate targets
15 case ${target} in
16     d10v-*-elf )
17         AC_CONFIG_SUBDIRS(d10v-elf)
18         ;;
19     frv-*-elf )
20         AC_CONFIG_SUBDIRS(frv-elf)
21         ;;
22     m32r-*-elf )
23         AC_CONFIG_SUBDIRS(m32r-elf)
24         ;;
25     mips64el-*-elf )
26         AC_CONFIG_SUBDIRS(mips64el-elf)
27         ;;
28 esac
30 sinclude(../configure.tgt)
32 AC_OUTPUT(Makefile)