From 3649cb065699316bc8cd64b06f273c72f1806323 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 22 Mar 2015 22:23:04 -0400 Subject: sim: dv-sockser: add stub funcs when not available This lets ports assume that the dv-sockser API is always available if they want to. This way we don't have to do an abort at configure time and it makes the resulting code a bit simpler. --- sim/mn10300/configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sim/mn10300/configure') diff --git a/sim/mn10300/configure b/sim/mn10300/configure index 9cba7697428..f0a650a3405 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/configure @@ -13793,12 +13793,6 @@ fi fi -if test -z "$SIM_DV_SOCKSER_O"; then - as_fn_error "Sorry, but hardware support in this simulator -unconditionally relies on dv-sockser.o which is unavailable for your host. -Please fix this simulator." "$LINENO" 5 -fi - ac_sources="$sim_link_files" ac_dests="$sim_link_links" -- cgit v1.2.1