aboutsummaryrefslogtreecommitdiff
path: root/sim/lm32
diff options
context:
space:
mode:
Diffstat (limited to 'sim/lm32')
-rw-r--r--sim/lm32/ChangeLog4
-rwxr-xr-xsim/lm32/configure8
2 files changed, 6 insertions, 6 deletions
diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog
index 653c10d..8d917b4 100644
--- a/sim/lm32/ChangeLog
+++ b/sim/lm32/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-24 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-03-23 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
diff --git a/sim/lm32/configure b/sim/lm32/configure
index 6a52056..d1110fa 100755
--- a/sim/lm32/configure
+++ b/sim/lm32/configure
@@ -13391,12 +13391,6 @@ fi
-if test x"yes" != x"no"; then
- enable_sim_hardware=yes
-else
- enable_sim_hardware=no
-fi
-
if test ""; then
hardware=""
else
@@ -13411,6 +13405,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="yes"
fi
case ${enable_sim_hardware} in