2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac: Fail if dv-sockser.o not available.
	Error when --disable-sim-hardware is specified.
	* configure: Regenerated.
This commit is contained in:
Joel Sherrill
2013-03-23 15:07:30 +00:00
parent fb61c40add
commit 94c63d78f6
12 changed files with 590 additions and 8 deletions

View File

@@ -27,5 +27,13 @@ SIM_AC_OPTION_CGEN_MAINT
AC_SUBST(traps_obj)
AC_SUBST(sim_extra_cflags)
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
SIM_AC_OUTPUT