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