2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
[deliverable/binutils-gdb.git] / sim / mn10300 / configure.ac
CommitLineData
c906108c 1dnl Process this file with autoconf to produce a configure script.
6ffe910a 2AC_PREREQ(2.64)dnl
c906108c 3AC_INIT(Makefile.in)
9c082ca8 4sinclude(../common/acinclude.m4)
c906108c 5
6ffe910a 6SIM_AC_COMMON
35695fd6 7
c906108c
SS
8SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
9SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
10SIM_AC_OPTION_HOSTENDIAN
11SIM_AC_OPTION_WARNINGS
12SIM_AC_OPTION_RESERVED_BITS
13SIM_AC_OPTION_BITSIZE(32,31)
14SIM_AC_OPTION_INLINE()
15SIM_AC_OPTION_HARDWARE(yes,,mn103cpu mn103int mn103tim mn103ser mn103iop)
16
17AC_CHECK_FUNCS(time chmod utime fork execve execv chown)
18AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h)
19
fb61c40a
JS
20SIM_AC_OPTION_HARDWARE(always,"","")
21
22if test -z "$SIM_DV_SOCKSER_O"; then
23 AC_MSG_ERROR([Sorry, but hardware support in this simulator
24unconditionally relies on dv-sockser.o which is unavailable for your host.
25Please fix this simulator.])
26fi
27
c906108c 28SIM_AC_OUTPUT
This page took 0.573824 seconds and 4 git commands to generate.