sim: convert to bfd_endian
[deliverable/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
AC
8dnl Options available in this module
9SIM_AC_OPTION_INLINE()
1ac72f06 10SIM_AC_OPTION_ENDIAN(BIG)
e0709f50
AC
11SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
12SIM_AC_OPTION_HOSTENDIAN
13SIM_AC_OPTION_WARNINGS
14
15#
16# Add simulated hardware devices
17#
18hw_enabled=no
19case "${target}" in
20 m68hc11-*-*|m6811-*-*)
21 hw_enabled=yes
22 hw_extra_devices="m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram"
e0709f50
AC
23 SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_M68HC11=1"
24 ;;
e0709f50
AC
25esac
26SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices)
27
e0709f50 28SIM_AC_OUTPUT
This page took 0.646052 seconds and 4 git commands to generate.