* configure.tgt: Add tx49 configury based on 4300.
[deliverable/binutils-gdb.git] / sim / tic80 / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 sinclude(../common/aclocal.m4)
3 AC_PREREQ(2.5)dnl
4 AC_INIT(Makefile.in)
5
6 SIM_AC_COMMON
7
8 dnl Options available in this module
9 SIM_AC_OPTION_INLINE(0)
10 SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
11 SIM_AC_OPTION_ALIGNMENT(FORCED_ALIGNMENT)
12 SIM_AC_OPTION_HOSTENDIAN
13 SIM_AC_OPTION_WARNINGS
14 SIM_AC_OPTION_RESERVED_BITS(1)
15 SIM_AC_OPTION_BITSIZE(32,31)
16
17 dnl For UNIX emulation
18 AC_CHECK_HEADERS(stdlib.h unistd.h string.h strings.h)
19 AC_CHECK_FUNCS(getpid kill)
20
21 SIM_AC_OUTPUT
This page took 0.029718 seconds and 4 git commands to generate.