mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Change the printf formats a little to fix the last build warnings in here, and then turn on -Werror by default for the arch port.
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(Makefile.in)
|
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
|
|
|
SIM_AC_COMMON
|
|
|
|
dnl Options available in this module
|
|
SIM_AC_OPTION_ENDIAN(BIG)
|
|
SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
|
|
SIM_AC_OPTION_HARDWARE(\
|
|
m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram)
|
|
|
|
SIM_AC_OUTPUT
|