From 97f478c5a490b391f02df4e81b6bc7f99676c74c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Mar 2015 16:09:12 -0400 Subject: sim: Revert "Fix frv/iq2000/m32r/sh64 sim, default hardware to off." This partially reverts commits: 105dd264de9a2fa7eee45eff897aa1d6171c1c4b 3df3af7c3f9095f9dc951fe680ce76f6e497914b c4892a6b37647a0b33a2113b59762f678aabe4b2 9e3042ec073e05a0a5aa56398fd2662c5dcd5002 Now that dv-sockser is handled entirely by the common build logic, the failure these targets were hitting isn't really possible anymore. Lets reset their hardware status back to defaulting to on. Some of these were set to "always" previously, but we don't support that anymore. --- sim/iq2000/ChangeLog | 4 ++++ sim/iq2000/configure | 2 +- sim/iq2000/configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'sim/iq2000') diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index 1f95a08..b2b91ff 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -2,6 +2,10 @@ * configure: Regenerate. +2015-03-24 Mike Frysinger + + * configure: Regenerate. + 2015-03-23 Mike Frysinger * Makefile.in (CONFIG_DEVICES): Delete. diff --git a/sim/iq2000/configure b/sim/iq2000/configure index 49c0f3a..37b6bac 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -13453,7 +13453,7 @@ sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\ if test "${enable_sim_hardware+set}" = set; then : enableval=$enable_sim_hardware; else - enable_sim_hardware="no" + enable_sim_hardware="yes" fi case ${enable_sim_hardware} in diff --git a/sim/iq2000/configure.ac b/sim/iq2000/configure.ac index dd26a18..78dcbb6 100644 --- a/sim/iq2000/configure.ac +++ b/sim/iq2000/configure.ac @@ -14,6 +14,6 @@ SIM_AC_OPTION_ENVIRONMENT SIM_AC_OPTION_INLINE() SIM_AC_OPTION_CGEN_MAINT -SIM_AC_OPTION_HARDWARE(no,"","") +SIM_AC_OPTION_HARDWARE(yes,"","") SIM_AC_OUTPUT -- cgit v1.1