diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-21 20:26:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-21 20:26:20 +0000 |
commit | f57e1a4a1ec12e8fa22080784e5d4aa7f7304481 (patch) | |
tree | d0226f41d3aa509dcb1ed13be118fe0669570adb /lang/gcc7-devel/pkg-plist | |
parent | - update to 1.3.1 (diff) |
Update to the 20170319 development snapshot of GCC 7.
This brings a new little utility program gcov-dump7 to dump code coverage
data (unfortunately without a man page or documentation).
Diffstat (limited to '')
-rw-r--r-- | lang/gcc7-devel/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc7-devel/pkg-plist b/lang/gcc7-devel/pkg-plist index 9ce1a5fb6da1..fdd2838d97b6 100644 --- a/lang/gcc7-devel/pkg-plist +++ b/lang/gcc7-devel/pkg-plist @@ -14,6 +14,7 @@ bin/gcc-ar%%SUFFIX%% bin/gcc-nm%%SUFFIX%% bin/gcc-ranlib%%SUFFIX%% bin/gcov%%SUFFIX%% +bin/gcov-dump%%SUFFIX%% bin/gcov-tool%%SUFFIX%% bin/gfortran%%SUFFIX%% @comment info/gcc%%SUFFIX%%/dir |