sim: frv/m32r: back out hard failure when dv-sockser is not available

These sims have optional support for the dv-sockser model, so do not make
them hard failures.  The Makefile made it seem like they didn't actually
support things dynamically, but a further code dive into the source and
the Makefile shows that things work out.
This commit is contained in:
Mike Frysinger
2013-03-31 00:39:35 +00:00
parent 37cf6fc121
commit 73e76d2003
9 changed files with 34 additions and 42 deletions

View File

@ -27,13 +27,8 @@ 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_OPTION_HARDWARE(yes,"","")
m32r_extra_objs="$SIM_DV_SOCKSER_O"
AC_SUBST(m32r_extra_objs)
SIM_AC_OUTPUT