summaryrefslogtreecommitdiff
path: root/sim/iq2000
diff options
context:
space:
mode:
Diffstat (limited to 'sim/iq2000')
-rw-r--r--sim/iq2000/ChangeLog4
-rwxr-xr-xsim/iq2000/configure8
2 files changed, 6 insertions, 6 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog
index d5acc6c6e3f..1f95a08d045 100644
--- a/sim/iq2000/ChangeLog
+++ b/sim/iq2000/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-24 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-03-23 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (CONFIG_DEVICES): Delete.
diff --git a/sim/iq2000/configure b/sim/iq2000/configure
index cbf66747185..49c0f3a75ca 100755
--- a/sim/iq2000/configure
+++ b/sim/iq2000/configure
@@ -13438,12 +13438,6 @@ fi
-if test x"no" != x"no"; then
- enable_sim_hardware=yes
-else
- enable_sim_hardware=no
-fi
-
if test """"; then
hardware=""""
else
@@ -13458,6 +13452,8 @@ sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\
# Check whether --enable-sim-hardware was given.
if test "${enable_sim_hardware+set}" = set; then :
enableval=$enable_sim_hardware;
+else
+ enable_sim_hardware="no"
fi
case ${enable_sim_hardware} in