From eb2d80b469f203af2134dd4181db5f6de4e640c5 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 24 May 2000 04:39:50 +0000 Subject: Change profiling so that it is enabled by default. Re-generate everything. --- sim/m32r/ChangeLog | 4 ++++ sim/m32r/configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sim/m32r') diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 8b4069a..9f11db8 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,7 @@ +Tue May 23 21:39:23 2000 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + 2000-03-30 Dave Brolley * configure: Regenerated. diff --git a/sim/m32r/configure b/sim/m32r/configure index 1ceca63..1ad5574 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 -- cgit v1.1