* sim-main.h: Delete inclusion of ansidecl.h.
[binutils-gdb.git] / sim / m32r / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 sinclude(../common/aclocal.m4)
3 AC_PREREQ(2.5)dnl
4 AC_INIT(Makefile.in)
5
6 SIM_AC_COMMON
7
8 sim_link_files="${sim_link_files} m32r-sim.h ../../opcodes/m32r-opc.h"
9 sim_link_links="${sim_link_links} cpu-sim.h cpu-opc.h"
10
11 SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
12 SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
13 SIM_AC_OPTION_HOSTENDIAN
14 SIM_AC_OPTION_SCACHE(16384)
15 SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
16 SIM_AC_OPTION_ENVIRONMENT
17 SIM_AC_OPTION_INLINE()
18 SIM_AC_OPTION_CGEN_MAINT
19
20 SIM_AC_OUTPUT