aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/configure.ac
blob: a22577f76170a64f25a375dbc17d2a06169721c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../common ../.. ../../config])

SIM_AC_COMMON

SIM_AC_OPTION_ENDIAN
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
SIM_AC_OPTION_WARNINGS(no)

SIM_AC_OUTPUT