diff options
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index 82dff26..e87f6e2 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -137,7 +137,7 @@ AC_ARG_ENABLE(sim-filter, esac if test x"$silent" != x"yes" && test x"$sim_filter" != x""; then echo "Setting filter flags = $sim_filter" 6>&1 -fi],[sim_filter="-F 32,f" +fi],[sim_filter="-F 32,f,o" if test x"$silent" != x"yes"; then echo "Setting filter flags = $sim_filter" 6>&1 fi])dnl |