Add the operand encoding types for the new Armv8.2-a back-ported instructions. These...
[deliverable/binutils-gdb.git] / sim / sh64 / configure.ac
CommitLineData
cbb38b47 1dnl Process this file with autoconf to produce a configure script.
6ffe910a 2AC_PREREQ(2.64)dnl
cbb38b47 3AC_INIT(Makefile.in)
9c082ca8 4sinclude(../common/acinclude.m4)
cbb38b47 5
6ffe910a 6SIM_AC_COMMON
cbb38b47 7
1ac72f06 8SIM_AC_OPTION_ENDIAN([], BIG)
cbb38b47 9SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
cbb38b47
BE
10SIM_AC_OPTION_SCACHE(16384)
11SIM_AC_OPTION_DEFAULT_MODEL(sh5)
cbb38b47
BE
12SIM_AC_OPTION_CGEN_MAINT
13
97f478c5 14SIM_AC_OPTION_HARDWARE(yes,"","")
94c63d78 15
cbb38b47 16SIM_AC_OUTPUT
This page took 0.662509 seconds and 4 git commands to generate.