diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-17 10:59:06 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-17 10:59:06 +0000 |
commit | a448290ba9a136b2d2f06bfc1824b99c894f02d0 (patch) | |
tree | 13e1e5c02cb73b6e603a36a54760836240c33974 /lang/gcc6-devel/pkg-plist | |
parent | iocage is a jail/container manager amalgamating some of the best (diff) |
Update to the 20170316 snapshot of GCC 6.
This brings a new little utility program gcov-dump6 to dump code coverage
data (unfortunately without a man page or documentation).
Diffstat (limited to '')
-rw-r--r-- | lang/gcc6-devel/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc6-devel/pkg-plist b/lang/gcc6-devel/pkg-plist index 00324c2613e8..235ea0651543 100644 --- a/lang/gcc6-devel/pkg-plist +++ b/lang/gcc6-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 |