daily update
[deliverable/binutils-gdb.git] / sim / tic80 / configure.in
CommitLineData
6c29acca
AC
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
6SIM_AC_COMMON
7
8dnl Options available in this module
9SIM_AC_OPTION_INLINE(0)
10SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
11SIM_AC_OPTION_ALIGNMENT(FORCED_ALIGNMENT)
12SIM_AC_OPTION_HOSTENDIAN
13SIM_AC_OPTION_WARNINGS
14SIM_AC_OPTION_RESERVED_BITS(1)
15SIM_AC_OPTION_BITSIZE(32,31)
16
17dnl For UNIX emulation
18AC_CHECK_HEADERS(stdlib.h unistd.h string.h strings.h)
19AC_CHECK_FUNCS(getpid kill)
20
21SIM_AC_OUTPUT
This page took 0.101447 seconds and 4 git commands to generate.