]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/m32r/configure.in
This commit was generated by cvs2svn to track changes on a CVS vendor
[thirdparty/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(NONSTRICT_ALIGNMENT)
13 SIM_AC_OPTION_HOSTENDIAN
14 SIM_AC_OPTION_SCACHE(1024)
15 SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
16 SIM_AC_OPTION_ENVIRONMENT
17
18 if test ${USE_MAINTAINER_MODE} = yes ; then
19 AC_CHECK_PROG(SCHEME, guile, guile, guile)
20 fi
21
22 SIM_AC_OUTPUT