sim: make nrun the default run program
[deliverable/binutils-gdb.git] / sim / mn10300 / configure.ac
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.64)dnl
3 AC_INIT(Makefile.in)
4 sinclude(../common/acinclude.m4)
5
6 SIM_AC_COMMON
7
8 SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
9 SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
10 SIM_AC_OPTION_HOSTENDIAN
11 SIM_AC_OPTION_WARNINGS
12 SIM_AC_OPTION_RESERVED_BITS
13 SIM_AC_OPTION_BITSIZE(32,31)
14 SIM_AC_OPTION_INLINE()
15 SIM_AC_OPTION_HARDWARE(yes,,mn103cpu mn103int mn103tim mn103ser mn103iop)
16
17 AC_CHECK_FUNCS(time chmod utime fork execve execv chown)
18 AC_CHECK_HEADERS(utime.h)
19
20 SIM_AC_OPTION_HARDWARE(always,"","")
21
22 if test -z "$SIM_DV_SOCKSER_O"; then
23 AC_MSG_ERROR([Sorry, but hardware support in this simulator
24 unconditionally relies on dv-sockser.o which is unavailable for your host.
25 Please fix this simulator.])
26 fi
27
28 SIM_AC_OUTPUT
This page took 0.030207 seconds and 4 git commands to generate.