[binutils, ARM, 4/16] BF insns infrastructure with array of relocs in struct arm_it
[binutils-gdb.git] / sim / m68hc11 / configure.ac
blob34760decd8659b236befaf553135896f995c9f20
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(Makefile.in)
3 sinclude(../common/acinclude.m4)
5 SIM_AC_COMMON
7 dnl Options available in this module
8 SIM_AC_OPTION_ENDIAN(BIG)
9 SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
10 SIM_AC_OPTION_WARNINGS
13 # Add simulated hardware devices
15 hw_enabled=no
16 case "${target}" in
17   m68hc11-*-*|m6811-*-*)
18         hw_enabled=yes
19         hw_extra_devices="m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram"
20         SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_M68HC11=1"
21         ;;
22 esac
23 SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices)
25 SIM_AC_OUTPUT