* configure: Regenerated to track ../common/aclocal.m4 changes.
[deliverable/binutils-gdb.git] / sim / tic80 / configure.in
CommitLineData
15c16493 1dnl Process this file with autoconf to produce a configure script.
5da9ce07 2sinclude(../common/aclocal.m4)
15c16493
AC
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)
7a418800 11SIM_AC_OPTION_ALIGNMENT(FORCED_ALIGNMENT)
15c16493
AC
12SIM_AC_OPTION_HOSTENDIAN
13SIM_AC_OPTION_WARNINGS
14SIM_AC_OPTION_RESERVED_BITS(1)
63fe2cc7 15SIM_AC_OPTION_BITSIZE(32,31)
15c16493
AC
16
17dnl For UNIX emulation
18AC_CHECK_HEADERS(stdlib.h unistd.h string.h strings.h)
8c5b6ead 19AC_CHECK_FUNCS(getpid kill)
15c16493
AC
20
21SIM_AC_OUTPUT
This page took 0.057674 seconds and 4 git commands to generate.