summaryrefslogtreecommitdiff
path: root/sim/cris
diff options
context:
space:
mode:
Diffstat (limited to 'sim/cris')
-rw-r--r--sim/cris/ChangeLog4
-rwxr-xr-xsim/cris/configure8
2 files changed, 6 insertions, 6 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog
index d5871222f0b..4a8d1811eba 100644
--- a/sim/cris/ChangeLog
+++ b/sim/cris/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/cris/configure b/sim/cris/configure
index 08bc6810d4f..7b3795cdcd7 100755
--- a/sim/cris/configure
+++ b/sim/cris/configure
@@ -13411,12 +13411,6 @@ $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
fi
-if test x"no" != x"no"; then
- enable_sim_hardware=yes
-else
- enable_sim_hardware=no
-fi
-
if test ""; then
hardware=""
else
@@ -13431,6 +13425,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