Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d3b2b8

Browse files
committed
Have lcov call the right gcov
By default, lcov will call whatever gcov it can find in the path. Butif the user has specified a different gcov to configure, this could beincompatible. So tell lcov explicitly with an option which gcov programto call.
1 parente3fd932 commit0d3b2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ gcda_files := $(wildcard *.gcda)
779779

780780
lcov.info:$(gcda_files)
781781
rm -f*.gcov
782-
$(if$^,$(LCOV) -d . -c -o$@$(LCOVFLAGS))
782+
$(if$^,$(LCOV) -d . -c -o$@$(LCOVFLAGS) --gcov-tool$(GCOV))
783783

784784
%.c.gcov:%.gcda | lcov.info
785785
$(GCOV) -b -f -p -o.$(GCOVFLAGS)$*.c>$*.c.gcov.out

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp