forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user