diff options
Diffstat (limited to 'sim/frv/configure.ac')
-rw-r--r-- | sim/frv/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/configure.ac b/sim/frv/configure.ac index 05faf03..c56fbe7 100644 --- a/sim/frv/configure.ac +++ b/sim/frv/configure.ac @@ -28,6 +28,6 @@ if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then fi],[sim_trapdump=""])dnl AC_SUBST(sim_trapdump) -SIM_AC_OPTION_HARDWARE(no,"","") +SIM_AC_OPTION_HARDWARE(yes,"","") SIM_AC_OUTPUT |