* Makefile.in (M32R_OBJS): Add cpu.o.
[deliverable/binutils-gdb.git] / sim / m32r / configure.in
CommitLineData
646c6f2b
DE
1dnl Process this file with autoconf to produce a configure script.
2sinclude(../common/aclocal.m4)
3AC_PREREQ(2.5)dnl
4AC_INIT(Makefile.in)
5
6SIM_AC_COMMON
7
8sim_link_files="${sim_link_files} m32r-sim.h ../../opcodes/m32r-opc.h"
9sim_link_links="${sim_link_links} cpu-sim.h cpu-opc.h"
10
11SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
76a6247f 12SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
646c6f2b
DE
13SIM_AC_OPTION_HOSTENDIAN
14SIM_AC_OPTION_SCACHE(1024)
15SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
bbb9b83c 16SIM_AC_OPTION_ENVIRONMENT
646c6f2b 17
b8641a4d
DE
18if test ${USE_MAINTAINER_MODE} = yes ; then
19 AC_CHECK_PROG(SCHEME, guile, guile, guile)
20fi
21
646c6f2b 22SIM_AC_OUTPUT
This page took 0.076595 seconds and 4 git commands to generate.