summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-09 08:51:27 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-09 08:51:27 +0000
commit5328265bbe6f62d6fd7994a09962a3cb060967ea (patch)
treed1c1eab856d0d9ef923bee055c80b85f71041bdc /gcc/configure
parent9991e194a652a723dc7d71508b86320a043f6c79 (diff)
downloadgcc-5328265bbe6f62d6fd7994a09962a3cb060967ea.tar.gz
* profile.c (da_file_name): New static var.
(init_branch_prob): Initialize it. (end_branch_prob): Remove da file. * Makefile.in (stage1_build): Pass empty COVERAGE_FLAGS. * configure.in (coverage_flags) default to nothing. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56164 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index d738be50ba5..94fc4b88382 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -890,7 +890,7 @@ opt)
;;
esac
else
- coverage_flags="-O2"
+ coverage_flags=""
fi