mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user