diff options
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/mips/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index c5236a4..61b922e 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + Fri Apr 28 20:48:36 2000 Andrew Cagney <cagney@b1.cygnus.com> * mips.igen (DMxC1): Fix format arguments for sim_io_eprintf call. diff --git a/sim/mips/configure b/sim/mips/configure index 0e97b51..3b94005 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -3412,7 +3412,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 |