[RFC,3/4] Fix sh64-elf sim, default hardware to off.

Message ID 201408200434.s7K4YjSH031893@ignucius.se.axis.com
State Committed
Headers

Commit Message

Hans-Peter Nilsson Aug. 20, 2014, 4:34 a.m. UTC
  See previous message re iq2000-elf; this similarly fails at the
dv_sockser_install declaration in sim/sh64/tconfig.in, disabling
simulator hardware to be consistent with the state before 94c63d78f
(2013-03-23) and with the actions for frv-elf and iq2000-elf.  Make
check-sim for sh64-elf shows no regressions (25 failures; 357 expected
passes) compared to bf3d9781ec049 (before the recent config.in regen,
after sim-hardware mostly-enabled) and eed23bb4a1 (before the
sim-hardware mostly-enabled; 2013-03-23).

sim/sh64:
    	* configure.ac: Default simulator hardware to off again
	without emitting errors when off or dv-sockser.o unavailable.
    	* configure: Regenerate.

brgds, H-P
  

Patch

diff --git a/sim/sh64/configure.ac b/sim/sh64/configure.ac
index 1ce3e75..b0a875d 100644
--- a/sim/sh64/configure.ac
+++ b/sim/sh64/configure.ac
@@ -14,13 +14,7 @@  SIM_AC_OPTION_ENVIRONMENT
 SIM_AC_OPTION_INLINE()
 SIM_AC_OPTION_CGEN_MAINT
 
-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(no,"","")
 
 SIM_AC_OUTPUT