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