2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
[deliverable/binutils-gdb.git] / sim / m32r / configure.ac
index fff2a2646a92525f21b6feb500d57f8b385016f5..f0422a2c3481887ee1872b362a15e24852b79937 100644 (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
This page took 0.023442 seconds and 4 git commands to generate.