]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32r-gx/configure.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / m32r-gx / configure.in
CommitLineData
92fa4579
FCE
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
6
7SIM_AC_COMMON
8
9program_transform_name="s,^,${program_prefix}gx-,"
10target_alias="${target_alias}-gx"
11
12sim_link_files="${sim_link_files} m32r-sim.h ../../opcodes/m32r-opc.h"
13sim_link_links="${sim_link_links} cpu-sim.h cpu-opc.h"
14
15SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
16SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
17SIM_AC_OPTION_HOSTENDIAN
18SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
19SIM_AC_OPTION_ENVIRONMENT
3d7075f5 20SIM_AC_OPTION_INLINE
92fa4579
FCE
21
22AC_CHECK_LIB(dl, dlopen)
3d7075f5 23AC_CHECK_FUNCS(getenv)
92fa4579
FCE
24
25SIM_AC_OUTPUT
26
27
28