diff options
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/iq2000/configure | 2 | ||||
-rw-r--r-- | sim/iq2000/configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
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 <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 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 |