binutils-gdb/sim/sh64/configure.ac

27 lines
655 B
Plaintext
Raw Normal View History

2002-02-01 12:44:32 +01:00
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)dnl
2002-02-01 12:44:32 +01:00
AC_INIT(Makefile.in)
sinclude(../common/acinclude.m4)
2002-02-01 12:44:32 +01:00
SIM_AC_COMMON
2002-02-01 12:44:32 +01:00
SIM_AC_OPTION_ENDIAN([], BIG_ENDIAN)
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
SIM_AC_OPTION_HOSTENDIAN
SIM_AC_OPTION_SCACHE(16384)
SIM_AC_OPTION_DEFAULT_MODEL(sh5)
SIM_AC_OPTION_ENVIRONMENT
SIM_AC_OPTION_INLINE()
SIM_AC_OPTION_CGEN_MAINT
SIM_AC_OPTION_HARDWARE(always,"","")
if test -z "$SIM_DV_SOCKSER_O"; then
AC_MSG_ERROR([Sorry, but hardware support in this simulator
unconditionally relies on dv-sockser.o which is unavailable for your host.
Please fix this simulator.])
fi
2002-02-01 12:44:32 +01:00
SIM_AC_OUTPUT