1 dnl Process this file with autoconf to produce a configure script.
2 sinclude(../common/aclocal.m4)
9 program_transform_name="s,^,${program_prefix}gx-,"
10 target_alias="${target_alias}-gx"
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"
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
22 AC_CHECK_LIB(dl, dlopen)
23 AC_CHECK_FUNCS(getenv)