* A few more improvements to gx jit prototype.
[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 SIM_AC_OPTION_INLINE
21
22 AC_CHECK_LIB(dl, dlopen)
23 AC_CHECK_FUNCS(getenv)
24
25 SIM_AC_OUTPUT
26
27
28
This page took 0.030043 seconds and 4 git commands to generate.