* coffcode.h (coff_write_object_contents): Initialize
[deliverable/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_HOSTENDIAN
13 SIM_AC_OPTION_SCACHE(1024)
14 SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
15
16 SIM_AC_OUTPUT
This page took 0.029016 seconds and 4 git commands to generate.