diff options
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a0003cbeccd..8d9ceb8fd9b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -125,7 +125,7 @@ BOOT_CFLAGS = -g -O2 # contain the optimization flags, as you normally want code coverage # without optimization. COVERAGE_FLAGS = @coverage_flags@ -coverageexts = .{da,bbg} +coverageexts = .{gcda,gcno} # The warning flags are separate from BOOT_CFLAGS because people tend to # override optimization flags and we'd like them to still have warnings |