diff options
Diffstat (limited to 'sim/frv/configure.ac')
-rw-r--r-- | sim/frv/configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sim/frv/configure.ac b/sim/frv/configure.ac index df888d9..05faf03 100644 --- a/sim/frv/configure.ac +++ b/sim/frv/configure.ac @@ -28,8 +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(always,"","") -frv_extra_objs="$SIM_DV_SOCKSER_O" -AC_SUBST(frv_extra_objs) +SIM_AC_OPTION_HARDWARE(no,"","") SIM_AC_OUTPUT |