sim: or1k: add or1k target to sim
[deliverable/binutils-gdb.git] / sim / or1k / configure.ac
CommitLineData
fa8b7c21
SH
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_BITSIZE([32], [31], [32])
11SIM_AC_OPTION_SCACHE(16384)
12SIM_AC_OPTION_DEFAULT_MODEL([or1200])
13SIM_AC_OPTION_ENVIRONMENT
14SIM_AC_OPTION_INLINE()
15SIM_AC_OPTION_CGEN_MAINT
16
17SIM_AC_OUTPUT
This page took 0.029899 seconds and 4 git commands to generate.