gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / sim / m68hc11 / configure.ac
CommitLineData
e0709f50 1dnl Process this file with autoconf to produce a configure script.
e0709f50 2AC_INIT(Makefile.in)
9c082ca8 3sinclude(../common/acinclude.m4)
e0709f50 4
6ffe910a 5SIM_AC_COMMON
35695fd6 6
e0709f50 7dnl Options available in this module
1ac72f06 8SIM_AC_OPTION_ENDIAN(BIG)
e0709f50 9SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
e0709f50
AC
10SIM_AC_OPTION_WARNINGS
11
12#
13# Add simulated hardware devices
14#
15hw_enabled=no
16case "${target}" in
17 m68hc11-*-*|m6811-*-*)
18 hw_enabled=yes
19 hw_extra_devices="m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram"
e0709f50
AC
20 SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_M68HC11=1"
21 ;;
e0709f50
AC
22esac
23SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices)
24
e0709f50 25SIM_AC_OUTPUT
This page took 0.886681 seconds and 4 git commands to generate.