gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / sim / or1k / configure.ac
CommitLineData
fa8b7c21 1dnl Process this file with autoconf to produce a configure script.
fa8b7c21
SH
2AC_INIT(Makefile.in)
3sinclude(../common/acinclude.m4)
4
5SIM_AC_COMMON
6
7SIM_AC_OPTION_ENDIAN(BIG)
8SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
9SIM_AC_OPTION_BITSIZE([32], [31], [32])
10SIM_AC_OPTION_SCACHE(16384)
11SIM_AC_OPTION_DEFAULT_MODEL([or1200])
12SIM_AC_OPTION_ENVIRONMENT
13SIM_AC_OPTION_INLINE()
14SIM_AC_OPTION_CGEN_MAINT
15
16SIM_AC_OUTPUT
This page took 0.139777 seconds and 4 git commands to generate.