diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-24 04:39:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-24 04:39:50 +0000 |
commit | eb2d80b469f203af2134dd4181db5f6de4e640c5 (patch) | |
tree | 65681e7d539d6c26e54296cfec2a60297d4feae4 /sim/i960/configure | |
parent | 9cebe72f243995d0b8b3160edb84876520344791 (diff) | |
download | gdb-eb2d80b469f203af2134dd4181db5f6de4e640c5.zip gdb-eb2d80b469f203af2134dd4181db5f6de4e640c5.tar.gz gdb-eb2d80b469f203af2134dd4181db5f6de4e640c5.tar.bz2 |
Change profiling so that it is enabled by default. Re-generate everything.
Diffstat (limited to 'sim/i960/configure')
-rwxr-xr-x | sim/i960/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/i960/configure b/sim/i960/configure index 4e50688..e5c144f 100755 --- a/sim/i960/configure +++ b/sim/i960/configure @@ -3406,7 +3406,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 |