2005-01-28 05:29:00 +01:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
2011-10-18 02:17:24 +02:00
|
|
|
AC_PREREQ(2.64)dnl
|
2005-01-28 05:29:00 +01:00
|
|
|
AC_INIT(Makefile.in)
|
2011-10-18 02:31:00 +02:00
|
|
|
sinclude(../common/acinclude.m4)
|
2005-01-28 05:29:00 +01:00
|
|
|
|
2011-10-18 02:17:24 +02:00
|
|
|
SIM_AC_COMMON
|
2005-01-28 05:29:00 +01:00
|
|
|
|
2006-04-03 05:01:45 +02:00
|
|
|
# For dv-rv and rvdummy.
|
2006-09-29 04:45:48 +02:00
|
|
|
AC_CHECK_HEADERS(sys/socket.h sys/select.h limits.h sys/param.h)
|
2006-04-03 05:01:45 +02:00
|
|
|
|
2016-01-02 23:46:16 +01:00
|
|
|
SIM_AC_OPTION_ENDIAN(LITTLE)
|
2005-01-28 05:29:00 +01:00
|
|
|
SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
|
|
|
|
SIM_AC_OPTION_SCACHE(16384)
|
2006-04-03 05:01:45 +02:00
|
|
|
SIM_AC_OPTION_WARNINGS
|
2015-12-25 12:03:22 +01:00
|
|
|
SIM_AC_OPTION_HARDWARE(yes,,rv cris cris_900000xx)
|
2005-01-28 05:29:00 +01:00
|
|
|
|
|
|
|
# The default model shouldn't matter as long as there's a BFD.
|
|
|
|
SIM_AC_OPTION_DEFAULT_MODEL(crisv32)
|
|
|
|
SIM_AC_OPTION_CGEN_MAINT
|
|
|
|
|
|
|
|
SIM_AC_OUTPUT
|