sim: common: switch AC_CONFIG_HEADERS
[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)
bf470982 10SIM_AC_OPTION_WARNINGS(no)
88f68ee2
MF
11SIM_AC_OPTION_HARDWARE(yes,,
12 m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram)
e0709f50 13
e0709f50 14SIM_AC_OUTPUT
This page took 0.935852 seconds and 4 git commands to generate.