summaryrefslogtreecommitdiff
path: root/sim/m32r/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-24 04:39:50 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-24 04:39:50 +0000
commitb1e2bf7f6367ba87013502b0b6400b11dd949532 (patch)
treeba7b46bbdf69f3139d96f34b040996dec7ded60c /sim/m32r/configure
parent295cb43e8f52ab31bbf13e7dad0361f6bfa4084a (diff)
downloadgdb-b1e2bf7f6367ba87013502b0b6400b11dd949532.tar.gz
Change profiling so that it is enabled by default. Re-generate everything.
Diffstat (limited to 'sim/m32r/configure')
-rwxr-xr-xsim/m32r/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/configure b/sim/m32r/configure
index 1ceca63a3b2..1ad5574bd9d 100755
--- a/sim/m32r/configure
+++ b/sim/m32r/configure
@@ -3408,7 +3408,7 @@ if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
echo "Setting sim profile = $sim_profile" 6>&1
fi
else
- sim_profile=""
+ sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
fi