Clear cntrl-c after handling it.
[deliverable/binutils-gdb.git] / sim / tic80 / configure.in
CommitLineData
15c16493
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)
7a418800 11SIM_AC_OPTION_ALIGNMENT(FORCED_ALIGNMENT)
15c16493
AC
12SIM_AC_OPTION_HOSTENDIAN
13SIM_AC_OPTION_WARNINGS
14SIM_AC_OPTION_RESERVED_BITS(1)
15
16dnl For UNIX emulation
17AC_CHECK_HEADERS(stdlib.h unistd.h string.h strings.h)
18
19
20SIM_AC_OUTPUT
This page took 0.024365 seconds and 4 git commands to generate.