* gdb.base/fileio.c: Include unistd.h as required for lseek(2).
[deliverable/binutils-gdb.git] / sim / mn10300 / configure.in
CommitLineData
c906108c
SS
1dnl Process this file with autoconf to produce a configure script.
2sinclude(../common/aclocal.m4)
3dnl 2.12 botches SHELL substitution
4AC_PREREQ(2.12.1)dnl
5AC_INIT(Makefile.in)
6
7SIM_AC_COMMON
8
9SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
10SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
11SIM_AC_OPTION_HOSTENDIAN
12SIM_AC_OPTION_WARNINGS
13SIM_AC_OPTION_RESERVED_BITS
14SIM_AC_OPTION_BITSIZE(32,31)
15SIM_AC_OPTION_INLINE()
16SIM_AC_OPTION_HARDWARE(yes,,mn103cpu mn103int mn103tim mn103ser mn103iop)
17
18AC_CHECK_FUNCS(time chmod utime fork execve execv chown)
19AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h)
20
c906108c 21SIM_AC_OUTPUT
This page took 0.324288 seconds and 4 git commands to generate.