Change profiling so that it is enabled by default. Re-generate everything.
[deliverable/binutils-gdb.git] / sim / common / aclocal.m4
index 4adb53e4b2a056e684717516d5b1d85a217cac2d..30934b24830010465577a155196ff966fc3759ff 100644 (file)
@@ -199,7 +199,7 @@ AC_ARG_ENABLE(sim-profile,
 esac
 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
   echo "Setting sim profile = $sim_profile" 6>&1
-fi],[sim_profile=""])dnl
+fi],[sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"])dnl
 AC_SUBST(sim_profile)
 
 
This page took 0.023822 seconds and 4 git commands to generate.