binutils-gdb/sim/moxie/configure.ac

19 lines
371 B
Plaintext
Raw Normal View History

2009-05-01 05:03:41 +02:00
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)dnl
2009-05-01 05:03:41 +02:00
AC_INIT(Makefile.in)
sinclude(../common/aclocal.m4)
SIM_AC_COMMON
AC_CHECK_TOOL(DTC, dtc)
2009-05-01 05:03:41 +02:00
SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
SIM_AC_OPTION_HOSTENDIAN
SIM_AC_OPTION_ENVIRONMENT
SIM_AC_OPTION_INLINE()
2009-05-01 05:03:41 +02:00
AC_CHECK_HEADERS(unistd.h)
SIM_AC_OUTPUT