mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
This avoids duplicate tests for headers between common m4, arches, and any other sources that would trigger header tests.
14 lines
302 B
Plaintext
14 lines
302 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
|
|
|
|
SIM_AC_OPTION_ENDIAN(BIG)
|
|
SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
|
|
SIM_AC_OPTION_WARNINGS(no)
|
|
|
|
AC_CHECK_HEADERS_ONCE(sys/param.h)
|
|
|
|
SIM_AC_OUTPUT
|