* Personal prototype "gx" translation-based JIT engine for M32R.
[deliverable/binutils-gdb.git] / sim / m32r-gx / 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
7 SIM_AC_COMMON
8
9 program_transform_name="s,^,${program_prefix}gx-,"
10 target_alias="${target_alias}-gx"
11
12 sim_link_files="${sim_link_files} m32r-sim.h ../../opcodes/m32r-opc.h"
13 sim_link_links="${sim_link_links} cpu-sim.h cpu-opc.h"
14
15 SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
16 SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
17 SIM_AC_OPTION_HOSTENDIAN
18 SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
19 SIM_AC_OPTION_ENVIRONMENT
20
21 AC_CHECK_LIB(dl, dlopen)
22
23 SIM_AC_OUTPUT
24
25
26
This page took 0.029345 seconds and 4 git commands to generate.