sim: unify bug & package settings
[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)
760b3e8b 3AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
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)
9d903352 10SIM_AC_OPTION_HARDWARE(\
88f68ee2 11 m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram)
e0709f50 12
e0709f50 13SIM_AC_OUTPUT
This page took 1.028504 seconds and 4 git commands to generate.