aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/configure.ac
blob: d2ee9266351ebd69132ae52b4232ce6965e21ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
sinclude(../common/acinclude.m4)

SIM_AC_COMMON

SIM_AC_OPTION_ENDIAN(BIG)
SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)

AC_CHECK_HEADERS(sys/param.h)

SIM_AC_OUTPUT