Add the operand encoding types for the new Armv8.2-a back-ported instructions. These...
[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
e8713c0f
MF
17 d10v-*-elf )
18 AC_CONFIG_SUBDIRS(d10v-elf)
19 ;;
d0945c9b
AC
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 ;;
c906108c
SS
29esac
30
119da465 31sinclude(../configure.tgt)
c906108c 32
c906108c 33AC_OUTPUT(Makefile)
This page took 0.851857 seconds and 4 git commands to generate.